|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.xml.ElementState
ecologylab.appframework.types.prefs.Pref<java.lang.Boolean>
ecologylab.appframework.types.prefs.PrefBoolean
public class PrefBoolean
Pref for a Boolean
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class ecologylab.xml.ElementState |
|---|
CDATA, NORMAL, UTF16, UTF16_LE, UTF8 |
| Fields inherited from interface ecologylab.xml.XMLTranslationExceptionTypes |
|---|
FILE_NOT_FOUND, IO_EXCEPTION, NULL_PURL, UNKNOWN |
| Constructor Summary | |
|---|---|
PrefBoolean()
|
|
PrefBoolean(boolean value)
Instantiate Pref to value |
|
PrefBoolean(java.lang.String name,
boolean value)
|
|
| Method Summary | |
|---|---|
Pref<java.lang.Boolean> |
clone()
|
void |
setValue(boolean value)
Set the value of the Pref given a boolean (small b) |
void |
setValue(java.lang.Boolean newValue)
Set the value of the Pref given a Boolean (big B) |
| Methods inherited from class ecologylab.appframework.types.prefs.Pref |
|---|
addPrefChangedListener, clearPref, containsKey, getName, hasPref, key, lookupBoolean, lookupBoolean, lookupColor, lookupColor, lookupElementState, lookupFile, lookupFloat, lookupFloat, lookupInt, lookupInt, lookupLong, lookupLong, lookupPref, lookupString, lookupString, postLoadHook, prefUpdated, print, printAllPrefsMap, toString, useAndSetPrefInt, usePrefBoolean, usePrefColor, usePrefFloat, usePrefInt, usePrefString, value |
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrefBoolean()
public PrefBoolean(boolean value)
value -
public PrefBoolean(java.lang.String name,
boolean value)
| Method Detail |
|---|
public void setValue(java.lang.Boolean newValue)
setValue in class Pref<java.lang.Boolean>The - Boolean value the Pref will be set topublic void setValue(boolean value)
The - boolean value the Pref will be set topublic Pref<java.lang.Boolean> clone()
clone in class Pref<java.lang.Boolean>Pref.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||