|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.clearlook.ClearLookMode
Describes a ClearLook(tm) mode as used by the ClearLookManager
.
Can be on or off; quiet, verbose, debug, or both.
ClearLookManager
Field Summary | |
static ClearLookMode |
DEBUG
|
static ClearLookMode |
OFF
|
static ClearLookMode |
ON
|
static ClearLookMode |
VERBOSE
|
Method Summary | |
String |
getName()
Returns the mode's name. |
boolean |
isDebug()
Returns whether this mode indicates a debug state. |
boolean |
isEnabled()
Returns whether ClearLook will be used to analyse and replace obsolete decorations. |
boolean |
isVerbose()
Returns whether this mode is verbose. |
String |
toString()
Returns a string representation for this mode. |
static ClearLookMode |
valueOf(String name)
Looks up and answers a ClearLookMode for the specified name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ClearLookMode OFF
public static final ClearLookMode ON
public static final ClearLookMode VERBOSE
public static final ClearLookMode DEBUG
Method Detail |
public String getName()
public boolean isEnabled()
public boolean isVerbose()
public boolean isDebug()
public static ClearLookMode valueOf(String name)
ClearLookMode
for the specified name.
name
- the name of the ClearLook mode to lookup
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |