com.valhalla.settings
Class TempSettings

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.valhalla.settings.TempSettings
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class TempSettings
extends java.util.Properties

A temporary storage container for Settings - used in com.valhalla.jbother.plugins.PluginDialog.java

Version:
1.0
Author:
Adam Olsen
See Also:
Serialized Form

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

TempSettings

public TempSettings()
Method Detail

getBoolean

public boolean getBoolean(java.lang.String key)
Gets a boolean from a value

Parameters:
key - the key to get
Returns:
true or false

setBoolean

public void setBoolean(java.lang.String key,
                       boolean value)
Sets a boolean

Parameters:
key - the key to set
value - true or false