Uses of Interface
bibliothek.gui.dock.station.screen.window.ScreenDockWindowBorderFactory

Packages that use ScreenDockWindowBorderFactory
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 ScreenDockWindowBorderFactory in bibliothek.gui.dock.station.screen.window
 

Fields in bibliothek.gui.dock.station.screen.window declared as ScreenDockWindowBorderFactory
static ScreenDockWindowBorderFactory DefaultScreenDockWindowBorder.FACTORY
          A factory creating new DefaultScreenDockWindowBorders.
 

Methods in bibliothek.gui.dock.station.screen.window that return ScreenDockWindowBorderFactory
 ScreenDockWindowBorderFactory WindowConfiguration.getBorderFactory()
          Gets the current factory for creating the border of the window.
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type ScreenDockWindowBorderFactory
 void WindowConfiguration.setBorderFactory(ScreenDockWindowBorderFactory borderFactory)
          Sets a factory which might be used to create a border for the new window.