| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<BoundaryRestriction> |
ScreenDockStation.BOUNDARY_RESTRICTION
a key for a property telling which boundaries a
ScreenDockWindow can have |
| Modifier and Type | Method and Description |
|---|---|
BoundaryRestriction |
ScreenDockStation.getBoundaryRestriction()
Gets the currently used
BoundaryRestriction. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStation.setBoundaryRestriction(BoundaryRestriction restriction)
Changes the boundary restriction used to check the boundaries of
the windows of this station.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoundaryRestriction
This abstract class offers methods to ensure a reasonable maximum size for
ScreenDockWindows. |
class |
HardBoundaryRestriction
A restriction that ensures that each dialog is always visible on exactly one
screen.
|
class |
InternalBoundaryRestriction
This boundary restriction is based on a
JDesktopPane. |
class |
MediumBoundaryRestriction
A restriction that ensures that the title of each dialog is always visible.
|
| Modifier and Type | Field and Description |
|---|---|
static BoundaryRestriction |
BoundaryRestriction.FREE
A restriction that allows all boundaries.
|
static BoundaryRestriction |
BoundaryRestriction.HARD
A restriction that will ensure that every dialog is always visible on
exactly one screen.
|
static BoundaryRestriction |
BoundaryRestriction.MEDIUM
A restriction that will ensure that the title of a dialog cannot be moved
away from the screens.
|
Copyright © 2017 Docking Frames. All rights reserved.