|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModeArea | |
---|---|
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.common.mode.station | |
bibliothek.gui.dock.facile.mode | |
bibliothek.gui.dock.facile.mode.station |
Uses of ModeArea in bibliothek.gui.dock.common.mode |
---|
Subinterfaces of ModeArea in bibliothek.gui.dock.common.mode | |
---|---|
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
Describes an area that can work with CLocation s. |
interface |
CNormalModeArea
A combination of NormalModeArea and CModeArea . |
Uses of ModeArea in bibliothek.gui.dock.common.mode.station |
---|
Classes in bibliothek.gui.dock.common.mode.station that implement ModeArea | |
---|---|
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
|
protected class |
CSplitDockStationHandle.Normal
|
Uses of ModeArea in bibliothek.gui.dock.facile.mode |
---|
Classes in bibliothek.gui.dock.facile.mode with type parameters of type ModeArea | |
---|---|
class |
AbstractLocationMode<A extends ModeArea>
Mode that manages a set of key-value pairs. |
Subinterfaces of ModeArea in bibliothek.gui.dock.facile.mode | |
---|---|
interface |
ExternalizedModeArea
Represents a station which shows its children in free floating dialogs. |
interface |
MaximizedModeArea
The parent of a set of dockables that are maximized. |
interface |
MinimizedModeArea
Interface describing a station that is connected with a MinimizedMode . |
interface |
NormalModeArea
Represents a DockStation that shows Dockable s in
NormalMode . |
interface |
StationModeArea
A representation of a DockStation which can be accessed
through Mode s. |
Methods in bibliothek.gui.dock.facile.mode with parameters of type ModeArea | |
---|---|
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. |
Uses of ModeArea in bibliothek.gui.dock.facile.mode.station |
---|
Classes in bibliothek.gui.dock.facile.mode.station that implement ModeArea | |
---|---|
class |
FlapDockStationHandle
A connection between a FlapDockStation and the
MinimizedModeArea interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |