Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
Modifier and Type | Field and Description |
---|---|
static LocationHint.Hint |
LocationHint.LEFT
Used to indicate that this hint likes to stay left of the middle
|
static LocationHint.Hint |
LocationHint.LEFT_OF_ALL
Used to indicate that this hint likes to stay as left as possible
|
static LocationHint.Hint |
LocationHint.LITTLE_LEFT
Used to indicate that this hint likes to stay a bit left of the middle
|
static LocationHint.Hint |
LocationHint.LITTLE_RIGHT
Used to indicate that this hint likes to stay a bit right of the middle
|
static LocationHint.Hint |
LocationHint.MIDDLE
Used to indicate that this hint likes to stay in the middle
|
static LocationHint.Hint |
LocationHint.RIGHT
Used to indicate that this hint likes to stay right of the middle
|
static LocationHint.Hint |
LocationHint.RIGHT_OF_ALL
Used to indicate that this hint likes to stay as right as possible
|
static LocationHint.Hint |
LocationHint.UNKNOWN_HINT
Used to indicate that this hint does not know where to stay
|
static LocationHint.Hint |
LocationHint.VERY_LEFT
Used to indicate that this hint likes to stay at the left side
|
static LocationHint.Hint |
LocationHint.VERY_RIGHT
Used to indicate that this hint likes to stay at the right side
|
Modifier and Type | Method and Description |
---|---|
LocationHint.Hint |
LocationHint.getHint()
Gets the preferred location of this hint.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultActionOffer.setHints(LocationHint.Hint[] hints)
Sets the preferred order of sources according to their hint.
|
Constructor and Description |
---|
LocationHint(LocationHint.Hint hint)
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.
|