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.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.themes.basic.action.dropdown Handlers taking various kinds of DockAction and presenting them as DropDownViewItem in order to display them as children of a DropDownAction 
 

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 BubbleStationPaint
          A StationPaint for a BubbleTheme
 class BubbleTab
          A Tab used by the BubbleStackDockComponent.
 class BubbleTabMenu
          A round button with an icon that opens a menu when clicked.
 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 EclipseButtonBorder
          A Border used by the EclipseButtonTitle.
 class EclipseDockableSelection
          A DockableSelection that uses its own border.
 class EclipseStationPaint
           
 class RoundRectButton
          A button that has a round rect shape.
 class RoundRectDropDownButton
          A button with a shape of a roundrect, displaying a DropDownAction.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with annotations of type ColorCodes
 class ArchGradientPainter
          This TabComponent uses an Arch to paint the right end of a tab.
 class BaseTabComponent
          A base implementation of TabComponent.
 class BasicTabDockTitle
          A DockTitle normally used by the DockTitleTab to show a very simple tab.
 class DefaultInvisibleTab
          Default implementation of an InvisibleTab, this implementation tells an InvisibleTabPane to use different borders for their children depending on whether they are focused and selected.
 class LinePainter
          Paints the background of the tab by just painting a single line.
 class RectGradientPainter
          This TabComponent draws a compact tab.
 

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 small button which can be clicked by the user.
 

Uses of ColorCodes in bibliothek.gui.dock.station.screen.window
 

Classes in bibliothek.gui.dock.station.screen.window with annotations of type ColorCodes
 class DefaultScreenDockWindowBorder
          This border can be used by ScreenDockWindows to paint a border.
 

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
 

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

Classes in bibliothek.gui.dock.themes.basic.action.buttons with annotations of type ColorCodes
 class MiniButton<M extends BasicButtonModel>
          A small Component used as view of a BasicButtonModel.
 

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

Classes in bibliothek.gui.dock.themes.basic.action.dropdown with annotations of type ColorCodes
 class DropDownIcon
          This Icon is painted on buttons for DropDownActions.