Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|