Uses of Class
bibliothek.gui.dock.title.AbstractDockTitle

Packages that use AbstractDockTitle
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme 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.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

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

Subclasses of AbstractDockTitle in bibliothek.extension.gui.dock.theme.bubble
 class AbstractBubbleDockTitle
          A title that has the ability to paint a round rect as background.
 class BubbleButtonDockTitle
          A DockTitle used for the buttons on a FlapDockStation.
 class BubbleDockTitle
          A BubbleDockTitle is a title which has two or four round edges.
 

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

Subclasses of AbstractDockTitle in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 class BasicTabDockTitle
          A DockTitle normally used by the DockTitleTab to show a very simple tab.
 

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

Subclasses of AbstractDockTitle in bibliothek.extension.gui.dock.theme.flat
 class FlatButtonTitle
          This title is used by the FlatTheme to replace the default-DockTitle of the FlapDockStation.
 

Uses of AbstractDockTitle in bibliothek.extension.gui.dock.theme.smooth
 

Subclasses of AbstractDockTitle in bibliothek.extension.gui.dock.theme.smooth
 class SmoothDefaultButtonTitle
          A title intended for the FlapDockStation, this title changes its color smoothly.
 class SmoothDefaultStationTitle
          A station-title which smoothly changes its color from active to passive.
 class SmoothDefaultTitle
          A title which changes its colors smoothly when selected or deselected.
 

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

Subclasses of AbstractDockTitle in bibliothek.gui.dock.themes.basic
 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 BasicStationTitle
          This title is used for DockStations which are also Dockables