|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.mode.ExtendedMode
@ClientOnly public class ExtendedMode
A extendible set of unique singleton identifiers for the various instances of mode.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ExtendedMode(Path modeIdentifier)
Creates a new key. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Path |
getModeIdentifier()
Gets the unique identifier of the mode. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ExtendedMode MINIMIZED
MinimizedMode
public static final ExtendedMode MAXIMIZED
MaximizedMode
public static final ExtendedMode NORMALIZED
NormalMode
public static final ExtendedMode EXTERNALIZED
ExternalizedMode
| Constructor Detail |
|---|
public ExtendedMode(Path modeIdentifier)
modeIdentifier - the unique identifier of the mode| Method Detail |
|---|
public Path getModeIdentifier()
nullpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||