Uses of Class
bibliothek.gui.dock.station.screen.window.ScreenDockWindowBorder.Position

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

Methods in bibliothek.gui.dock.station.screen.window that return ScreenDockWindowBorder.Position
static ScreenDockWindowBorder.Position ScreenDockWindowBorder.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScreenDockWindowBorder.Position[] ScreenDockWindowBorder.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bibliothek.gui.dock.station.screen.window with parameters of type ScreenDockWindowBorder.Position
 void DefaultScreenDockWindowBorder.setMouseOver(ScreenDockWindowBorder.Position mouseOver)
           
 void ScreenDockWindowBorder.setMouseOver(ScreenDockWindowBorder.Position mouseOver)
          Sets where the mouse is currently hovering.
 void DefaultScreenDockWindowBorder.setMousePressed(ScreenDockWindowBorder.Position mousePressed)
           
 void ScreenDockWindowBorder.setMousePressed(ScreenDockWindowBorder.Position mousePressed)
          Sets where the mouse is currently pressed.
 void AbstractScreenDockWindow.setWindowBounds(Rectangle bounds, ScreenDockWindowBorder.Position position)
          Sets the boundaries of this window.