Uses of Class
bibliothek.gui.dock.station.screen.window.WindowConfiguration

Packages that use WindowConfiguration
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
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 WindowConfiguration in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return WindowConfiguration
protected  WindowConfiguration ScreenDockStation.getConfiguration(Dockable dockable)
          Gets the WindowConfiguration which should be used to create a new ScreenDockWindow for dockable.
 

Methods in bibliothek.gui.dock with parameters of type WindowConfiguration
protected  ScreenDockWindow ScreenDockStation.createWindow(WindowConfiguration configuration)
          Creates a new window which is associated with this station.
protected  ScreenDockWindowHandle ScreenDockStation.register(Dockable dockable, Path placeholder, ScreenDockWindow window, WindowConfiguration configuration)
          Invoked after a new ScreenDockWindow has been created.
 

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

Methods in bibliothek.gui.dock.station.screen that return WindowConfiguration
 WindowConfiguration ScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station, Dockable dockable)
          Creates a new configuration for a ScreenDockWindow that is going to show dockable.
 

Methods in bibliothek.gui.dock.station.screen with parameters of type WindowConfiguration
 ScreenDockWindow ScreenDockWindowFactory.createWindow(ScreenDockStation station, WindowConfiguration configuration)
          Creates a new window which will be used by station.
 ScreenDockWindow ScreenDockWindowFactory.updateWindow(ScreenDockWindow window, WindowConfiguration configuration, ScreenDockStation station)
          This method is called if the result of ScreenDockStation.getOwner() changed, i.e.
 

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

Methods in bibliothek.gui.dock.station.screen.window that return WindowConfiguration
 WindowConfiguration DisplayerScreenDockWindow.getConfiguration()
          Gets the configuration which was used to set up this window.
 WindowConfiguration ScreenDockWindowHandle.getConfiguration()
          Gets the configuration which was used to set up the window.
 WindowConfiguration DefaultScreenDockWindowConfiguration.getConfiguration(ScreenDockStation station, Dockable dockable)
           
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type WindowConfiguration
protected  SecureContainer AbstractScreenDockWindow.createContent(WindowConfiguration configuration)
          Creates the component that will be used as content-pane.
 ScreenDockWindow DefaultScreenDockWindowFactory.createWindow(ScreenDockStation station, WindowConfiguration configuration)
           
 ScreenDockWindow InternalScreenDockWindowFactory.createWindow(ScreenDockStation station, WindowConfiguration configuration)
           
protected  void AbstractScreenDockWindow.init(Component window, Container contentParent, WindowConfiguration configuration, boolean borderAllowed)
          Initializes this window.
protected  void DisplayerScreenDockWindow.init(WindowConfiguration configuration)
          Called the first time when a Dockable is set.
 void ScreenDockWindowHandle.setWindow(ScreenDockWindow window, WindowConfiguration configuration)
          Sets the window which is represented by this handle.
 ScreenDockWindow DefaultScreenDockWindowFactory.updateWindow(ScreenDockWindow window, WindowConfiguration configuration, ScreenDockStation station)
           
 ScreenDockWindow InternalScreenDockWindowFactory.updateWindow(ScreenDockWindow window, WindowConfiguration configuration, ScreenDockStation station)
           
 

Constructors in bibliothek.gui.dock.station.screen.window with parameters of type WindowConfiguration
AbstractScreenDockWindow(ScreenDockStation station, WindowConfiguration configuration)
          Creates a new window.
AbstractScreenDockWindow(ScreenDockStation station, WindowConfiguration configuration, Component window, Container contentParent)
          Creates a new window.
DisplayerScreenDockWindow(ScreenDockStation station, WindowConfiguration configuration)
          Creates a new window
InternalDockDialog(ScreenDockStation station, WindowConfiguration configuration, JDesktopPane desktop)
          Creates the new dialog
InternalDockDialog(ScreenDockStation station, WindowConfiguration configuration, JDesktopPane desktop, int layer)
          Creates the new dialog
ScreenDockDialog(ScreenDockStation station, WindowConfiguration configuration, boolean undecorated)
          Creates a new dialog.
ScreenDockDialog(ScreenDockStation station, WindowConfiguration configuration, Dialog dialog, boolean undecorated)
          Creates a new dialog.
ScreenDockDialog(ScreenDockStation station, WindowConfiguration configuration, Frame frame, boolean undecorated)
          Creates a new dialog.
ScreenDockFrame(ScreenDockStation station, WindowConfiguration configuration, boolean undecorated)
          Creates a new dialog.
ScreenDockWindowHandle(Dockable dockable, ScreenDockWindow window, WindowConfiguration configuration)
          Creates a new handle.