Class ExternalizedCSplitDockStationHandler
java.lang.Object
bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle
bibliothek.gui.dock.common.mode.station.ExternalizedCSplitDockStationHandler
The representation of a
SplitDockStation which is a child of a ScreenDockStation,
meaning the children are part of a CExternalizedModeArea.- Author:
- Benjamin Sigg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classNested classes/interfaces inherited from class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle
CSplitDockStationHandle.Maximal, CSplitDockStationHandle.ModeAreaListenerWrapper, CSplitDockStationHandle.Normal -
Constructor Summary
ConstructorsConstructorDescriptionExternalizedCSplitDockStationHandler(CStation<CSplitDockStation> station, CLocationModeManager manager) Creates a new handler -
Method Summary
Modifier and TypeMethodDescriptionGets a representation of theSplitDockStationasCExternalizedModeArea.protected LocationModeGets the mode which should be used to unmaximize children.Methods inherited from class bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle
add, asMaximziedModeArea, asNormalModeArea, dropAside, getCStation, getStation, remove
-
Constructor Details
-
ExternalizedCSplitDockStationHandler
public ExternalizedCSplitDockStationHandler(CStation<CSplitDockStation> station, CLocationModeManager manager) Creates a new handler- Parameters:
station- the station that will be represented bythismanager- manager handling all the modes created bythis
-
-
Method Details
-
getNormalMode
Description copied from class:CSplitDockStationHandleGets the mode which should be used to unmaximize children.- Overrides:
getNormalModein classCSplitDockStationHandle- Returns:
- the mode to unmaximize children
-
asExternalized
Gets a representation of theSplitDockStationasCExternalizedModeArea.- Returns:
- the representation, always the same object
-