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

Packages that use StackDockComponentFactory
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

Uses of StackDockComponentFactory in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type StackDockComponentFactory
static PropertyKey<StackDockComponentFactory> StackDockStation.COMPONENT_FACTORY
          Key used to read the current StackDockComponentFactory
 

Methods in bibliothek.gui.dock that return StackDockComponentFactory
 StackDockComponentFactory StackDockStation.getStackComponentFactory()
          Gets the factory which is used to create a StackDockComponent.
 

Methods in bibliothek.gui.dock with parameters of type StackDockComponentFactory
 void StackDockStation.setStackComponentFactory(StackDockComponentFactory factory)
          Sets the factory which will be used to create a StackDockComponent for this station.
 

Uses of StackDockComponentFactory in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with parameters of type StackDockComponentFactory
 void BasicTheme.setStackDockComponentFactory(StackDockComponentFactory stackDockComponentFactory)
          Sets the factory which will be used to create components for StackDockStation.
 void BasicTheme.setStackDockComponentFactory(StackDockComponentFactory stackDockComponentFactory, Priority priority)
          Sets the factory which will be used to create components for StackDockStation.