Uses of Interface
bibliothek.gui.dock.station.stack.StackDockComponent

Packages that use StackDockComponent
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse.displayer   
bibliothek.extension.gui.dock.theme.eclipse.stack   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock   
bibliothek.gui.dock.station.stack   
bibliothek.gui.dock.themes.basic   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement StackDockComponent
 class BubbleStackDockComponent
          A StackDockComponent used by a BubbleTheme.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.displayer that implement StackDockComponent
 class EclipseDockableDisplayer
           
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement StackDockComponent
 class EclipseTabPane
          The EclipseTabPane uses a generic TabPainter to create its tabs and to change its border.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement StackDockComponent
 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 StackDockComponent in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return StackDockComponent
protected  StackDockComponent StackDockStation.createStackDockComponent()
          Creates the StackDockComponent which will be shown on this station if the station has more then one child.
 StackDockComponent StackDockStation.getStackComponent()
          Gets the currently used StackDockComponent
 

Methods in bibliothek.gui.dock with parameters of type StackDockComponent
 void StackDockStation.setStackComponent(StackDockComponent stackComponent)
          Sets the StackDockComponent which should be used by this station.
 

Uses of StackDockComponent in bibliothek.gui.dock.station.stack
 

Classes in bibliothek.gui.dock.station.stack that implement StackDockComponent
 class CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent>
          A StackDockComponent which is a combination of other components.
 class DefaultStackDockComponent
          The standard-implementation of StackDockComponent.
 

Methods in bibliothek.gui.dock.station.stack that return StackDockComponent
 StackDockComponent StackDockComponentFactory.create(StackDockComponentParent parent)
          Creates a new component for station.
 

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

Classes in bibliothek.gui.dock.themes.basic that implement StackDockComponent
 class BasicStackDockComponent
          The BasicStackDockComponent is an implementation of StackDockComponent using a JTabbedPane.