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

Packages that use AbstractMultiDockTitle
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.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. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

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

Subclasses of AbstractMultiDockTitle 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 AbstractMultiDockTitle in bibliothek.extension.gui.dock.theme.eclipse
 

Subclasses of AbstractMultiDockTitle in bibliothek.extension.gui.dock.theme.eclipse
 class EclipseButtonTitle
          This title is used by the EclipseTheme to replace the default DockTitle for the FlapDockStation.
 

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

Subclasses of AbstractMultiDockTitle 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 AbstractMultiDockTitle in bibliothek.extension.gui.dock.theme.flat
 

Subclasses of AbstractMultiDockTitle 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 AbstractMultiDockTitle in bibliothek.extension.gui.dock.theme.smooth
 

Subclasses of AbstractMultiDockTitle 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 AbstractMultiDockTitle in bibliothek.gui.dock.themes.basic
 

Subclasses of AbstractMultiDockTitle 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
 

Uses of AbstractMultiDockTitle in bibliothek.gui.dock.title
 

Subclasses of AbstractMultiDockTitle in bibliothek.gui.dock.title
 class AbstractDockTitle
          An abstract implementation of DockTitle.