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

Packages that use ScreenDockWindowBorder.Position
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDockWindowBorder.Position in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen that return ScreenDockWindowBorder.Position
static ScreenDockWindowBorder.Position ScreenDockWindowBorder.Position.valueOf(java.lang.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're declared.
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockWindowBorder.Position
 void ScreenDockWindowBorder.setMouseOver(ScreenDockWindowBorder.Position mouseOver)
          Sets where the mouse is currently hovering.
 void ScreenDockWindowBorder.setMousePressed(ScreenDockWindowBorder.Position mousePressed)
          Sets where the mouse is currently pressed.