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

Packages that use StackDockComponentParent
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

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

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type StackDockComponentParent
BubbleStackDockComponent(StackDockComponentParent parent)
          Creates a new component.
BubbleTabMenu(StackDockComponentParent station, TabPane parent, CombinedHandler<CombinedMenu> visibility)
          Creates a new tab menu.
 

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

Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type StackDockComponentParent
FlatTabPane(StackDockComponentParent parent)
          Creates a new FlatTabPane
 

Uses of StackDockComponentParent in bibliothek.gui.dock
 

Classes in bibliothek.gui.dock that implement StackDockComponentParent
 class StackDockStation
          On this station, only one of many children is visible.
 

Uses of StackDockComponentParent in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement StackDockComponentParent
 class SecureStackDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release
 

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

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockComponentParent
 StackDockComponent StackDockComponentFactory.create(StackDockComponentParent parent)
          Creates a new component for station.
 

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

Classes in bibliothek.gui.dock.themes.basic that implement StackDockComponentParent
 class TabDecorator
          Shows a StackDockComponent as decoration.
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type StackDockComponentParent
BasicStackDockComponent(StackDockComponentParent station)