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

Packages that use StackDockComponentFactory
bibliothek.gui.dock   
bibliothek.gui.dock.themes   
 

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.