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

Packages that use ScreenDockWindowConfiguration
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 ScreenDockWindowConfiguration in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ScreenDockWindowConfiguration
static PropertyKey<ScreenDockWindowConfiguration> ScreenDockStation.WINDOW_CONFIGURATION
          A key for a property telling how to configure new windows.
 

Methods in bibliothek.gui.dock that return ScreenDockWindowConfiguration
 ScreenDockWindowConfiguration ScreenDockStation.getWindowConfiguration()
          Gets the configuration which is currently used to create new windows.
 

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

Methods in bibliothek.gui.dock with parameters of type ScreenDockWindowConfiguration
 void ScreenDockStation.setWindowConfiguration(ScreenDockWindowConfiguration configuration)
          Sets the configuration which should be used to create new windows.
 

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

Classes in bibliothek.gui.dock.station.screen.window that implement ScreenDockWindowConfiguration
 class DefaultScreenDockWindowConfiguration
          The default implementation of ScreenDockWindowConfiguration always returns null from its DefaultScreenDockWindowConfiguration.getConfiguration(ScreenDockStation, Dockable) method, thus telling the ScreenDockStation to use a default configuration.
This configuration offers an extension point, any configuration added through that point will be asked first for a configuration before returning the default value.