Uses of Class
bibliothek.gui.dock.station.stack.CombinedStackDockComponent

Packages that use CombinedStackDockComponent
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

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

Subclasses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.bubble
 class BubbleStackDockComponent
          A StackDockComponent used by a BubbleTheme.
 

Uses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Subclasses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.eclipse.displayer
 class EclipseDockableDisplayer
          Deprecated. this class gets replaced by EclipseDockableDisplayer2, it is no longer used by the framework and only remains for backwards compatibility. This class will be removed in a future release.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type CombinedStackDockComponent
protected  BackgroundAlgorithm EclipseDockableDisplayer.createBackground(CombinedStackDockComponent<EclipseTab,EclipseMenu,EclipseTabInfo> self)
          Deprecated.  
 

Uses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Subclasses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.eclipse.stack
 class EclipseTabPane
          The EclipseTabPane uses a generic TabPainter to create its tabs and to change its border.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type CombinedStackDockComponent
protected  CombinedStackDockContentPane EclipseTabPane.createContentPane(CombinedStackDockComponent<EclipseTab,EclipseMenu,EclipseTabInfo> self)
           
 

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

Subclasses of CombinedStackDockComponent in bibliothek.extension.gui.dock.theme.flat
 class FlatTabPane
          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 CombinedStackDockComponent in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack that return CombinedStackDockComponent
 CombinedStackDockComponent<?,?,?> CombinedStackDockContentPane.getParentPane()
          Gets the owner of this pane.
 

Methods in bibliothek.gui.dock.station.stack with parameters of type CombinedStackDockComponent
protected  BackgroundAlgorithm CombinedStackDockComponent.createBackground(CombinedStackDockComponent<T,M,I> self)
          Creates the background algorithm that is used for this component.
protected  CombinedStackDockContentPane CombinedStackDockComponent.createContentPane(CombinedStackDockComponent<T,M,I> self)
          Creates the content pane for this component.
 

Constructors in bibliothek.gui.dock.station.stack with parameters of type CombinedStackDockComponent
CombinedStackDockContentPane(CombinedStackDockComponent<?,?,?> parent)
          Creates a new content pane
DockActionCombinedInfoComponent(CombinedStackDockComponent<?,?,?> pane)
          Creates a new component.