|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExtendedModeEnablement.Hidden>
bibliothek.gui.dock.facile.mode.status.ExtendedModeEnablement.Hidden
public static enum ExtendedModeEnablement.Hidden
A measurement of how hidden a certain mode is. Is several ExtendedModeEnablement.Hiddens are present,
the first one of this list wins:
| Enum Constant Summary | |
|---|---|
STRONG_HIDDEN
the mode is most certainly hidden |
|
STRONG_VISIBLE
the mode is visible |
|
UNCERTAIN
the strategy cannot decide, some other code will make the decision |
|
WEAK_HIDDEN
the mode is probably hidden |
|
WEAK_VISIBLE
the mode is probably visible |
|
| Method Summary | |
|---|---|
boolean |
isHidden()
Tells whether this ExtendedModeEnablement.Hidden means "hidden" or "visible". |
ExtendedModeEnablement.Hidden |
strongest(ExtendedModeEnablement.Hidden other)
Gets the strongest ExtendedModeEnablement.Hidden of this and other. |
static ExtendedModeEnablement.Hidden |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExtendedModeEnablement.Hidden[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ExtendedModeEnablement.Hidden STRONG_HIDDEN
public static final ExtendedModeEnablement.Hidden WEAK_HIDDEN
public static final ExtendedModeEnablement.Hidden UNCERTAIN
public static final ExtendedModeEnablement.Hidden WEAK_VISIBLE
public static final ExtendedModeEnablement.Hidden STRONG_VISIBLE
| Method Detail |
|---|
public static final ExtendedModeEnablement.Hidden[] values()
for(ExtendedModeEnablement.Hidden c : ExtendedModeEnablement.Hidden.values())
System.out.println(c);
public static ExtendedModeEnablement.Hidden valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic boolean isHidden()
ExtendedModeEnablement.Hidden means "hidden" or "visible".
true if this means "hidden".public ExtendedModeEnablement.Hidden strongest(ExtendedModeEnablement.Hidden other)
ExtendedModeEnablement.Hidden of this and other.
other - some other ExtendedModeEnablement.Hidden
this and other
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||