Class CMaximizedModePerspective
java.lang.Object
bibliothek.gui.dock.common.perspective.mode.AbstractModePerspective<CMaximizedModeAreaPerspective>
bibliothek.gui.dock.common.perspective.mode.CMaximizedModePerspective
- All Implemented Interfaces:
LocationModePerspective
public class CMaximizedModePerspective
extends AbstractModePerspective<CMaximizedModeAreaPerspective>
Represents a
CMaximizedMode.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CMaximizedModeAreaPerspective location) Addslocationto the list of possible parents.Gets the unique identifier for this mode.voidreadSetting(ModeSetting<Location> setting) Reads settings belonging to this mode fromsetting.voidwriteSetting(ModeSetting<Location> setting) Writes settings that belong to this mode tosetting.Methods inherited from class bibliothek.gui.dock.common.perspective.mode.AbstractModePerspective
getArea, getAreaCount, getPerspective, isCurrentMode, isCurrentMode, remove, setPerspective
-
Constructor Details
-
CMaximizedModePerspective
public CMaximizedModePerspective()
-
-
Method Details
-
getIdentifier
Description copied from interface:LocationModePerspectiveGets the unique identifier for this mode.- Returns:
- the unique identifier, not
null
-
add
Description copied from class:AbstractModePerspectiveAddslocationto the list of possible parents.- Overrides:
addin classAbstractModePerspective<CMaximizedModeAreaPerspective>- Parameters:
location- the new location, notnull
-
readSetting
Description copied from interface:LocationModePerspectiveReads settings belonging to this mode fromsetting.- Specified by:
readSettingin interfaceLocationModePerspective- Overrides:
readSettingin classAbstractModePerspective<CMaximizedModeAreaPerspective>- Parameters:
setting- some settings
-
writeSetting
Description copied from interface:LocationModePerspectiveWrites settings that belong to this mode tosetting.- Specified by:
writeSettingin interfaceLocationModePerspective- Overrides:
writeSettingin classAbstractModePerspective<CMaximizedModeAreaPerspective>- Parameters:
setting- the settings to write
-