| Package | Description |
|---|---|
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| bibliothek.gui.dock.station.stack.action |
Contains the
DockActionDistributor interface
which allows clients to tell where a DockAction appears, either
as part of a tab, of the info panel, or on the DockTitle.Clients can make use of the annotations InfoDockAction,
TabDockAction and TitleDockAction
to easily mark the location of their actions. |
| Modifier and Type | Field and Description |
|---|---|
static LocationHint |
LocationHint.UNKNOWN
The default-location-hint does not know anything
|
| Modifier and Type | Method and Description |
|---|---|
LocationHint |
HierarchyDockActionSource.getLocationHint() |
LocationHint |
DockActionSource.getLocationHint()
Gets a hint where to put this source in relation to other sources.
|
LocationHint |
StationChildrenActionSource.getLocationHint() |
LocationHint |
MultiDockActionSource.getLocationHint() |
LocationHint |
FilteredDockActionSource.getLocationHint() |
LocationHint |
DefaultDockActionSource.getLocationHint() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDockActionSource.setHint(LocationHint hint)
Sets the location-hint of this source.
|
void |
DefaultDockActionSource.setHint(LocationHint hint)
Sets the location-hint of this source.
|
| Constructor and Description |
|---|
DefaultDockActionSource(LocationHint hint,
DockAction... actions)
Default constructor, fills the list with some initial actions.
|
MultiDockActionSource(LocationHint hint,
DockActionSource... sources)
Constructs a new source.
|
StationChildrenActionSource(Dockable dockable,
LocationHint hint)
Creates a new action source.
|
| Modifier and Type | Method and Description |
|---|---|
LocationHint |
FullscreenActionSource.getLocationHint() |
| Constructor and Description |
|---|
FullscreenActionSource(DockAction action,
LocationHint hint)
Creates a new source.
|
| Modifier and Type | Method and Description |
|---|---|
LocationHint |
DockActionDistributorSource.getLocationHint() |
Copyright © 2017 Docking Frames. All rights reserved.