Package bibliothek.gui.dock.common.mode
Class ExtendedMode
java.lang.Object
bibliothek.gui.dock.common.mode.ExtendedMode
A extendible set of unique singleton identifiers for the various instances of
mode.- Author:
- Benjamin Sigg
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExtendedModethe dockable is floating in a dialog, see alsoExternalizedModestatic final ExtendedModethe dockable is as big as possible, see alsoMaximizedModestatic final ExtendedModethe dockable is as small as possible, see alsoMinimizedModestatic final ExtendedModethe dockable has the normal size, see alsoNormalMode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MINIMIZED
the dockable is as small as possible, see alsoMinimizedMode -
MAXIMIZED
the dockable is as big as possible, see alsoMaximizedMode -
NORMALIZED
the dockable has the normal size, see alsoNormalMode -
EXTERNALIZED
the dockable is floating in a dialog, see alsoExternalizedMode
-
-
Constructor Details
-
ExtendedMode
Creates a new key.- Parameters:
modeIdentifier- the unique identifier of the mode
-
-
Method Details