Package | Description |
---|---|
bibliothek.gui.dock.station.flap.layer |
Contains the various
DockStationDropLayer s that
are used by a FlapDockStation . |
bibliothek.gui.dock.station.layer |
The
DockStationDropLayer is used by the
DockRelocator to find the target of a
drag and drop operation. |
bibliothek.gui.dock.station.split.layer |
Contains the various
DockStationDropLayer s
that are used by the SplitDockStation . |
Modifier and Type | Method and Description |
---|---|
LayerPriority |
FlapSideDropLayer.getPriority() |
Modifier and Type | Method and Description |
---|---|
void |
FlapSideDropLayer.setPriority(LayerPriority priority) |
Modifier and Type | Field and Description |
---|---|
static LayerPriority |
LayerPriority.BASE
Used for
DockStation s itself, this is the default priority for most layers. |
static LayerPriority |
LayerPriority.FALLBACK
Describes the area where there are no stations,
Dockable s dragged into this
area normally start to float (i.e. |
static LayerPriority |
LayerPriority.FLOAT_ANCHORED
Describes a layer that is floating above a window, but still attached to that window.
|
static LayerPriority |
LayerPriority.FLOAT_FREE
Describes a layer that is floating freely above all other windows.
|
static LayerPriority |
LayerPriority.OUTSIDE_HIGH
Used for the area around a
DockStation , the layer has a high priority and
is accessed unless there are floating windows present. |
static LayerPriority |
LayerPriority.OUTSIDE_LOW
Used for the area around a
DockStation , the layer that is only accessed if
all other layers are not used. |
static LayerPriority |
LayerPriority.OVERRIDE_GUESS
Describes an area with special behavior more important than
BASE , but not an area
where the user has a clear indicator of what will happen.This priority has the reverse
flag set to true . |
static LayerPriority |
LayerPriority.OVERRIDE_PRECISE
Describes an area with special behavior more important than
BASE , other than
OVERRIDE_GUESS this layer is very small but also has very clear indicators of
what will happen. |
Modifier and Type | Method and Description |
---|---|
LayerPriority |
DefaultDropLayer.getPriority() |
LayerPriority |
DockStationDropLayer.getPriority()
Gets the basic priority of this level.
|
LayerPriority |
LayerPriority.merge(LayerPriority sub)
Combines this
LayerPriority with sub :
The inner-layer priority is set to sub
The priority is to the priority of this
The reverse property is set to the value of this
|
Modifier and Type | Method and Description |
---|---|
int |
LayerPriority.compareTo(LayerPriority o) |
LayerPriority |
LayerPriority.merge(LayerPriority sub)
Combines this
LayerPriority with sub :
The inner-layer priority is set to sub
The priority is to the priority of this
The reverse property is set to the value of this
|
void |
DefaultDropLayer.setPriority(LayerPriority priority) |
void |
DockStationDropLayer.setPriority(LayerPriority priority)
Sets a new priority for this level.
|
Constructor and Description |
---|
LayerPriority(float priority,
boolean reverse,
LayerPriority sub)
Creates a new
LayerPriority . |
Modifier and Type | Method and Description |
---|---|
LayerPriority |
SideSnapDropLayer.getPriority() |
Modifier and Type | Method and Description |
---|---|
void |
SideSnapDropLayer.setPriority(LayerPriority priority) |