|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.mode.station.CSplitDockStationHandle
public class CSplitDockStationHandle
Combination of CMaximizedModeArea, CNormalModeArea and a
SplitDockStation.
| Nested Class Summary | |
|---|---|
protected class |
CSplitDockStationHandle.Maximal
|
protected class |
CSplitDockStationHandle.Normal
|
| Constructor Summary | |
|---|---|
CSplitDockStationHandle(CStation<SplitDockStation> station,
CLocationModeManager manager)
Creates a new handle. |
|
| Method Summary | |
|---|---|
CMaximizedModeArea |
asMaximziedModeArea()
Returns this as MaximizedModeArea |
CNormalModeArea |
asNormalModeArea()
Returns this as NormalModeArea |
void |
dropAside(Dockable dockable)
Ensures that dockable is a child of this
station. |
SplitDockStation |
getStation()
Gets the station which is managed by this handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSplitDockStationHandle(CStation<SplitDockStation> station,
CLocationModeManager manager)
station - the station to handlemanager - the manager in whose realm this handle is used| Method Detail |
|---|
public SplitDockStation getStation()
public CNormalModeArea asNormalModeArea()
NormalModeArea
thispublic CMaximizedModeArea asMaximziedModeArea()
MaximizedModeArea
thispublic void dropAside(Dockable dockable)
dockable is a child of this
station.
dockable - the element to drop, must not yet be a child of this station
java.lang.IllegalStateException - if dockable already
is a child of this station.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||