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

Packages that use StackDockComponentParent
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui.dock   
bibliothek.gui.dock.security   
bibliothek.gui.dock.station.stack   
bibliothek.gui.dock.themes.basic   
 

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
          A StackDockStation which can operate in a restricted environment.
 

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)