|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.javadocking.dockable.DockableState
public class DockableState
This class defines the constants for the possible states of a dockable, e.g. closed, normal, maximized and minimized. These constants are integers that can be combined with the bitwise or-operation.
| Field Summary | |
|---|---|
static int |
ALL_STATES
This is the integer that combines all the possible states for a dockable. |
static int |
CLOSED
This is the integer for the state when the dockable is not in a dock. |
static int |
EXTERNALIZED
This is the integer for the state when the dockable is externalized. |
static int |
MAXIMIZED
This is the integer for the state when the dockable is maximized. |
static int |
MINIMIZED
This is the integer for the state when the dockable is minimized. |
static int |
NORMAL
This is the integer for the state when the dockable is in a normal dock. |
| Method Summary | |
|---|---|
static int[] |
statesAll()
Gets an array with the constants DockableState.EXTERNALIZED, DockableState.MINIMIZED, DockableState.MAXIMIZED, DockableState.NORMAL, and DockableState.CLOSED. |
static int[] |
statesAllExceptClosed()
Gets an array with the constants DockableState.EXTERNALIZED, DockableState.MINIMIZED, DockableState.MAXIMIZED, and DockableState.NORMAL. |
static int[] |
statesClosed()
Gets an array with the constant DockableState.CLOSED. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NORMAL
public static final int CLOSED
public static final int MAXIMIZED
public static final int MINIMIZED
public static final int EXTERNALIZED
public static final int ALL_STATES
| Method Detail |
|---|
public static int[] statesAll()
public static int[] statesClosed()
public static int[] statesAllExceptClosed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||