Interface CMaximizedModeAreaPerspective
- All Superinterfaces:
CModeAreaPerspective
Represents a station which can contain "maximized" children, this
representation is handled by a
CMaximizedModePerspective.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionGets the location the currently maximized item should use when unmaximized.Gets the mode the currently maximized item should use when unmaximized.voidsetUnmaximize(Path mode, Location location) Sets the origin of the currently maximized child of this area.Methods inherited from interface bibliothek.gui.dock.common.perspective.mode.CModeAreaPerspective
getUniqueId, isChild, isChildLocation
-
Method Details
-
setUnmaximize
Sets the origin of the currently maximized child of this area. If this area can function without such information, then this method can just be ignored.- Parameters:
mode- the mode that was used, can benulllocation- the exact location, must matchmode, can benull
-
getUnmaximizeMode
Path getUnmaximizeMode()Gets the mode the currently maximized item should use when unmaximized.- Returns:
- the unmaximize mode, can be
null
-
getUnmaximizeLocation
Location getUnmaximizeLocation()Gets the location the currently maximized item should use when unmaximized.- Returns:
- the unmaximize location, can be
null
-