org.globus.cog.gridface.impl.desktop.util
Class DesktopProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.globus.cog.gridface.impl.desktop.util.DesktopProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class DesktopProperties
extends Properties

See Also:
Serialized Form

Field Summary
protected static String DESKTOP_FILE
          Default desktop preferences file name
static String PATH
           
static String PROPERTY_FILE
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
DesktopProperties()
           
 
Method Summary
protected static DesktopProperties createDefaultProperties()
           
static DesktopProperties getDefault()
           
static void setDefault(DesktopProperties props)
           
 
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
 

Field Detail

PATH

public static final String PATH

PROPERTY_FILE

public static final String PROPERTY_FILE
See Also:
Constant Field Values

DESKTOP_FILE

protected static final String DESKTOP_FILE
Default desktop preferences file name

Constructor Detail

DesktopProperties

public DesktopProperties()
Method Detail

setDefault

public static void setDefault(DesktopProperties props)

getDefault

public static DesktopProperties getDefault()

createDefaultProperties

protected static DesktopProperties createDefaultProperties()