Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation . |
Modifier and Type | Method and Description |
---|---|
ScreenDockProperty |
ScreenDockStation.getLocation(Dockable dockable,
Dockable target)
Gets the location of
dockable and its current state. |
Modifier and Type | Method and Description |
---|---|
boolean |
ScreenDockStation.drop(Dockable dockable,
ScreenDockProperty property)
Tries to add the
dockable to this station, and uses
the property to determine its location. |
boolean |
ScreenDockStation.drop(Dockable dockable,
ScreenDockProperty property,
boolean boundsIncludeWindow)
Tries to add the
dockable to this station, and uses
the property to determine its location. |
Modifier and Type | Method and Description |
---|---|
protected CLocation |
DefaultExpandStrategy.expand(CLocation location,
ScreenDockProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
Modifier and Type | Method and Description |
---|---|
ScreenDockProperty |
DefaultExternalizedModeBehavior.findLocation(ExternalizedModeArea target,
Dockable dockable) |
ScreenDockProperty |
ExternalizedModeBehavior.findLocation(ExternalizedModeArea target,
Dockable dockable)
Finds a good location for
dockable which was
never in the ExternalizedMode . |
Modifier and Type | Method and Description |
---|---|
ScreenDockProperty |
ScreenDockProperty.copy() |
ScreenDockProperty |
ScreenDockStationExtension.DropArguments.getProperty()
Gets the location at which the element will be dropped
|
Modifier and Type | Method and Description |
---|---|
void |
ScreenDockStationExtension.DropArguments.setProperty(ScreenDockProperty property)
Sets the location at which the element is to be dropped.
|