bibliothek.gui.dock.common.mode.station
Class ExternalizedCSplitDockStationHandler
java.lang.Object
bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle
bibliothek.gui.dock.common.mode.station.ExternalizedCSplitDockStationHandler
public class ExternalizedCSplitDockStationHandler
- extends CSplitDockStationHandle
The representation of a SplitDockStation which is a child of a ScreenDockStation,
meaning the children are part of a CExternalizedModeArea.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalizedCSplitDockStationHandler
public ExternalizedCSplitDockStationHandler(CStation<CSplitDockStation> station,
CLocationModeManager manager)
- Creates a new handler
- Parameters:
station - the station that will be represented by thismanager - manager handling all the modes created by this
getNormalMode
protected LocationMode getNormalMode()
- Description copied from class:
CSplitDockStationHandle
- Gets the mode which should be used to unmaximize children.
- Overrides:
getNormalMode in class CSplitDockStationHandle
- Returns:
- the mode to unmaximize children
asExternalized
public CExternalizedModeArea asExternalized()
- Gets a representation of the
SplitDockStation as CExternalizedModeArea.
- Returns:
- the representation, always the same object