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.security A package dealing with the issues of Applets and Wepstart-applications. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

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, already existing windows are not affected by this change.
 

Uses of ScreenDockWindowFactory in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement ScreenDockWindowFactory
 class SecureScreenDockWindowFactory
          Deprecated. this class is no longer necessary, use DefaultScreenDockWindowFactory instead
 

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

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