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   
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
 

Classes in bibliothek.extension.gui.dock.theme.eclipse that implement StackDockComponent
 class EclipseDockableDisplayer
           
 class EclipseStackDockComponent
          A StackDockComponent, based on a RexTabbedComponent, which looks like eclipse.
 

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

Classes in bibliothek.extension.gui.dock.theme.flat that implement StackDockComponent
 class FlatTab
          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<C extends CombinedTab>
          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(StackDockStation station)
          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.