edu.jhu.tmaj.util.config.data
Class PreferencesUtil

java.lang.Object
  extended by edu.jhu.tmaj.util.config.data.PreferencesUtil

public final class PreferencesUtil
extends java.lang.Object

Contains Utility methods for writing a preference file to a users hard-disk. This preference file will contain things such as the last directory the user was using. It is for convenience only.


Constructor Summary
PreferencesUtil()
           
 
Method Summary
static java.lang.String getKey(Preference preference)
           
static void setKey(Preference preference, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesUtil

public PreferencesUtil()
Method Detail

getKey

public static java.lang.String getKey(Preference preference)

setKey

public static void setKey(Preference preference,
                          java.lang.String value)