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

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

Classes in bibliothek.gui.dock.station.screen.window that implement ScreenDockWindowBorder
 class DefaultScreenDockWindowBorder
          This border can be used by ScreenDockWindows to paint a border.
 

Methods in bibliothek.gui.dock.station.screen.window that return ScreenDockWindowBorder
 ScreenDockWindowBorder ScreenDockWindowBorderFactory.create(ScreenDockWindow window, JComponent owner)
          Creates a new border.