Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.common.intern.action |
CAction s and supporting classes that are not intended for clients
to be used directly. |
bibliothek.gui.dock.facile.action |
Some
DockAction s used by Common . |
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. |
bibliothek.gui.dock.support.mode |
Basic interfaces and classes for a framework that assigns modes to
Dockable s. |
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 |
DefaultDockActionSource.getLocationHint() |
LocationHint |
DockActionSource.getLocationHint()
Gets a hint where to put this source in relation to other sources.
|
LocationHint |
FilteredDockActionSource.getLocationHint() |
LocationHint |
HierarchyDockActionSource.getLocationHint() |
LocationHint |
MultiDockActionSource.getLocationHint() |
LocationHint |
StationChildrenActionSource.getLocationHint() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDockActionSource.setHint(LocationHint hint)
Sets the location-hint of this source.
|
void |
MultiDockActionSource.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 |
CActionSource.getLocationHint() |
LocationHint |
CloseActionSource.getLocationHint() |
Constructor and Description |
---|
CActionSource(LocationHint hint)
Creates a new source.
|
Modifier and Type | Method and Description |
---|---|
LocationHint |
KeyedActionSource.getLocationHint() |
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() |
Modifier and Type | Method and Description |
---|---|
LocationHint |
ModeForwardingActionSource.getLocationHint() |