@ClientOnly public class ExtendedMode extends Object
mode.| Modifier and Type | Field and Description |
|---|---|
static ExtendedMode |
EXTERNALIZED
the dockable is floating in a dialog, see also
ExternalizedMode |
static ExtendedMode |
MAXIMIZED
the dockable is as big as possible, see also
MaximizedMode |
static ExtendedMode |
MINIMIZED
the dockable is as small as possible, see also
MinimizedMode |
static ExtendedMode |
NORMALIZED
the dockable has the normal size, see also
NormalMode |
| Constructor and Description |
|---|
ExtendedMode(Path modeIdentifier)
Creates a new key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Path |
getModeIdentifier()
Gets the unique identifier of the mode.
|
int |
hashCode() |
public static final ExtendedMode MINIMIZED
MinimizedModepublic static final ExtendedMode MAXIMIZED
MaximizedModepublic static final ExtendedMode NORMALIZED
NormalModepublic static final ExtendedMode EXTERNALIZED
ExternalizedModepublic ExtendedMode(Path modeIdentifier)
modeIdentifier - the unique identifier of the modeCopyright © 2018. All rights reserved.