|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
com.valhalla.settings.TempSettings
A temporary storage container for Settings - used in
com.valhalla.jbother.plugins.PluginDialog.java
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
TempSettings()
|
Method Summary | |
boolean |
getBoolean(java.lang.String key)
Gets a boolean from a value |
void |
setBoolean(java.lang.String key,
boolean value)
Sets a boolean |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TempSettings()
Method Detail |
public boolean getBoolean(java.lang.String key)
key
- the key to get
public void setBoolean(java.lang.String key, boolean value)
key
- the key to setvalue
- true or false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |