Uses of Interface
bibliothek.gui.dock.station.screen.ScreenDockWindowFactory

Packages that use ScreenDockWindowFactory
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
 

Uses of ScreenDockWindowFactory in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ScreenDockWindowFactory
static PropertyKey<ScreenDockWindowFactory> ScreenDockStation.WINDOW_FACTORY
          a key for a property telling how to create new windows
 

Methods in bibliothek.gui.dock that return ScreenDockWindowFactory
 ScreenDockWindowFactory ScreenDockStation.getWindowFactory()
          Gets the factory that is currently used to create new windows for this station.
 

Methods in bibliothek.gui.dock that return types with arguments of type ScreenDockWindowFactory
protected  PropertyValue<ScreenDockWindowFactory> ScreenDockStation.getWindowFactoryProperty()
          Gets the property which represents the window factory.
 

Methods in bibliothek.gui.dock with parameters of type ScreenDockWindowFactory
 void ScreenDockStation.setWindowFactory(ScreenDockWindowFactory factory)
          Sets the factory that will be used to create new windows for this station, Calling this method will result in closing all existing windows and creating new windows.
 

Uses of ScreenDockWindowFactory in bibliothek.gui.dock.station.screen.window
 

Classes in bibliothek.gui.dock.station.screen.window that implement ScreenDockWindowFactory
 class DefaultScreenDockWindowFactory
          A default implementation of ScreenDockWindowFactory.
 class InternalScreenDockWindowFactory
          A simple factory creating new instances of InternalDockDialog.