Uses of Class
bibliothek.gui.dock.util.color.ColorCodes

Packages that use ColorCodes
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of ColorCodes in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble with annotations of type ColorCodes
 class BubbleButtonDockTitle
          A DockTitle used for the buttons on a FlapDockStation.
 class BubbleDisplayer
          A DockableDisplayer drawing a border around its content, but leaves the side at which the title lies open.
 class BubbleDockTitle
          A BubbleDockTitle is a title which has two or four round edges.
 class BubbleStackDockComponent
          A StackDockComponent used by a BubbleTheme.
 class BubbleStationPaint
          A StationPaint for a BubbleTheme
 class RoundButton
          A round button is a button that has a oval form.
 class RoundDropDownButton
          A button which can be pressed by the user either to execute a DockAction or to show a popup-menu with a selection of DockActions.
 

Uses of ColorCodes in bibliothek.extension.gui.dock.theme.eclipse
 

Classes in bibliothek.extension.gui.dock.theme.eclipse with annotations of type ColorCodes
 class EclipseBorder
          A border that has round edges.
 class EclipseDockableSelection
          A DockableSelection that uses its own border.
 

Uses of ColorCodes in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.rex.tab with annotations of type ColorCodes
 class BaseTabComponent
          A base implementation of TabComponent.
 class BasicTabDockTitle
          A DockTitle normally used by the DockTitleTab to show a very simple tab.
 class LineStripPainter
          Paints the background of the tab by just painting a single line.
 class RectGradientPainter
           
 class ShapedGradientPainter
           
 

Uses of ColorCodes in bibliothek.extension.gui.dock.theme.flat
 

Classes in bibliothek.extension.gui.dock.theme.flat with annotations of type ColorCodes
 class FlatBorder
          A Border which paints a 3d-effect.
 class FlatStationPaint
          A paint which draws gray and white markings
 class FlatTab
          A panel that works like a JTabbedPane, but the buttons to change between the children are smaller and "flatter" than the buttons of the JTabbedPane.
 

Uses of ColorCodes in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic with annotations of type ColorCodes
 class BasicButtonDockTitle
          This title changes its border whenever the active-state changes.
 class BasicDockTitle
          The default-title that is used most times in the framework.
 class BasicStackDockComponent
          The BasicStackDockComponent is an implementation of StackDockComponent using a JTabbedPane.
 class BasicStationPaint
          A simple implementation of StationPaint.
 class BasicStationTitle
          This title is used for DockStations which are also Dockables