Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
Modifier and Type | Field and Description |
---|---|
static LocationHint.Origin |
LocationHint.ACTION_GUARD
Used if this hint was produced by an
ActionGuard |
static LocationHint.Origin |
LocationHint.ACTION_OFFER
Used if this hint was produced by an
ActionOffer |
static LocationHint.Origin |
LocationHint.DIRECT_ACTION
Used if this hint was produced by the parent of a dockable
|
static LocationHint.Origin |
LocationHint.DOCKABLE
Used if this hint was produced by a
Dockable |
static LocationHint.Origin |
LocationHint.INDIRECT_ACTION
Used if this hint was produced by one of the parents of a dockable
|
static LocationHint.Origin |
LocationHint.UNKNOWN_ORIGIN
Used if it is unclear who produced this hint
|
Modifier and Type | Method and Description |
---|---|
LocationHint.Origin |
LocationHint.getOrigin()
Gets the origin of this hint.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActionOffer.setOrigins(LocationHint.Origin[] origins)
Sets the preferred order of sources according to their origin.
|
Constructor and Description |
---|
DefaultActionOffer(LocationHint.Origin... origins)
Creates a new DefaultActionOffer.
|
LocationHint(LocationHint.Origin origin)
Creates a new LocationHint.
|
LocationHint(LocationHint.Origin origin,
LocationHint.Hint hint)
Creates a new LocationHint.
|
LocationHint(LocationHint.Origin origin,
LocationHint.Hint hint,
Object clientObject)
Creates a new LocationHint.
|