@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
MinimizedMode
public static final ExtendedMode MAXIMIZED
MaximizedMode
public static final ExtendedMode NORMALIZED
NormalMode
public static final ExtendedMode EXTERNALIZED
ExternalizedMode
public ExtendedMode(Path modeIdentifier)
modeIdentifier
- the unique identifier of the mode