Package | Description |
---|---|
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.common.mode.station |
Contains wrapper classes for various
DockStation s, implementing the interface
CLocationMode . |
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
bibliothek.gui.dock.facile.mode.station |
Wrappers for
DockStation s, implementing StationModeArea . |
Modifier and Type | Interface and Description |
---|---|
interface |
CExternalizedModeArea
Combination of
ExternalizedModeArea and CModeArea , does not
specify new methods. |
interface |
CMaximizedModeArea
Combination of
MaximizedModeArea and CModeArea , does
not introduce new methods. |
interface |
CMinimizedModeArea
Combination of
MinimizedModeArea and CModeArea , does
not introduce any new methods. |
interface |
CModeArea
|
interface |
CNormalModeArea
A combination of
NormalModeArea and CModeArea . |
Modifier and Type | Class and Description |
---|---|
class |
CFlapDockStationHandle
Interface between
FlapDockStation and CModeArea . |
protected class |
CScreenDockStationHandle.External
Represents a
CScreenDockStationHandle as CExternalizedModeArea . |
protected class |
CScreenDockStationHandle.Maximal
A representation of
CScreenDockStationHandle as CMaximizedModeArea . |
protected class |
CSplitDockStationHandle.Maximal
Represents a
SplitDockStation as a CMaximizedModeArea . |
protected class |
CSplitDockStationHandle.Normal
Represents the
SplitDockStation as CNormalModeArea . |
protected class |
ExternalizedCSplitDockStationHandler.Externalized
|
Constructor and Description |
---|
CSplitDockStationHandle.ModeAreaListenerWrapper(ModeArea area,
ModeAreaListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocationMode<A extends ModeArea>
This abstract class offers various properties that may be useful for any implementation
of
LocationMode . |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalizedModeArea
Represents a station which shows its children in free floating dialogs.
|
interface |
MaximizedModeArea
The parent of a set of
Dockable s that are maximized. |
interface |
MinimizedModeArea
Interface describing a station that is connected with a
MinimizedMode . |
interface |
NormalModeArea
|
interface |
StationModeArea
A representation of a
DockStation which can be accessed
through Mode s. |
Modifier and Type | Method and Description |
---|---|
void |
ModeAreaListener.internalLocationChange(ModeArea source,
Set<Dockable> dockables)
To be called if a set of
Dockable s, which are children of the
ModeArea source , changed their location such that
their Mode might change.
Note: this method gets only called if Dockable.getDockParent()
did not change. |
Modifier and Type | Class and Description |
---|---|
class |
FlapDockStationHandle
A connection between a
FlapDockStation and the
MinimizedModeArea interface. |