glass.eclipse.theme
Class CGlassEclipseTabPainter.CGlassColor

java.lang.Object
  extended by bibliothek.gui.dock.util.AbstractUIValue<java.awt.Color,bibliothek.gui.dock.util.color.DockColor>
      extended by bibliothek.gui.dock.util.color.AbstractDockColor
          extended by bibliothek.gui.dock.themes.color.TabColor
              extended by glass.eclipse.theme.CGlassEclipseTabPainter.CGlassColor
All Implemented Interfaces:
bibliothek.gui.dock.util.color.DockColor, bibliothek.gui.dock.util.UIValue<java.awt.Color>
Enclosing class:
CGlassEclipseTabPainter

protected class CGlassEclipseTabPainter.CGlassColor
extends bibliothek.gui.dock.themes.color.TabColor

Special glass color.

Author:
Thomas Hilbert

Field Summary
 
Fields inherited from class bibliothek.gui.dock.themes.color.TabColor
KIND_TAB_COLOR
 
Fields inherited from interface bibliothek.gui.dock.util.color.DockColor
KIND_DOCK_COLOR
 
Constructor Summary
CGlassEclipseTabPainter.CGlassColor(java.lang.String id, bibliothek.gui.DockStation station, bibliothek.gui.Dockable dock, java.awt.Color backup)
           
 
Method Summary
protected  void changed(java.awt.Color oldColor, java.awt.Color newColor)
           
 
Methods inherited from class bibliothek.gui.dock.themes.color.TabColor
getDockable, getStation
 
Methods inherited from class bibliothek.gui.dock.util.color.AbstractDockColor
color, connect, me
 
Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue
getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Constructor Detail

CGlassEclipseTabPainter.CGlassColor

public CGlassEclipseTabPainter.CGlassColor(java.lang.String id,
                                           bibliothek.gui.DockStation station,
                                           bibliothek.gui.Dockable dock,
                                           java.awt.Color backup)
Method Detail

changed

protected void changed(java.awt.Color oldColor,
                       java.awt.Color newColor)
Specified by:
changed in class bibliothek.gui.dock.util.AbstractUIValue<java.awt.Color,bibliothek.gui.dock.util.color.DockColor>