NASA World Wind

gov.nasa.worldwind.applications.sar
Class UserPreferenceUtils

java.lang.Object
  extended by gov.nasa.worldwind.applications.sar.UserPreferenceUtils

public class UserPreferenceUtils
extends Object


Constructor Summary
UserPreferenceUtils()
           
 
Method Summary
protected static void createProperty(Map.Entry<String,Object> entry, Element domElement)
           
protected static void createPropertyList(AVList params, Element domElement)
           
static void createUserPreferenceElements(AVList params, Element domElement)
           
static Document createUserPreferencesDocument(AVList params)
           
static boolean getBooleanValue(AVList avList, String key)
           
static void getDefaultUserPreferences(AVList params)
           
static String getDefaultUserPreferencesPath()
           
protected static void getProperty(Element domElement, AVList params, XPath xpath)
           
protected static void getPropertyList(Element domElement, AVList params, XPath xpath)
           
static void getUserPreferences(Element domElement, AVList params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferenceUtils

public UserPreferenceUtils()
Method Detail

createProperty

protected static void createProperty(Map.Entry<String,Object> entry,
                                     Element domElement)

createPropertyList

protected static void createPropertyList(AVList params,
                                         Element domElement)

createUserPreferenceElements

public static void createUserPreferenceElements(AVList params,
                                                Element domElement)

createUserPreferencesDocument

public static Document createUserPreferencesDocument(AVList params)

getBooleanValue

public static boolean getBooleanValue(AVList avList,
                                      String key)

getDefaultUserPreferences

public static void getDefaultUserPreferences(AVList params)

getDefaultUserPreferencesPath

public static String getDefaultUserPreferencesPath()

getProperty

protected static void getProperty(Element domElement,
                                  AVList params,
                                  XPath xpath)

getPropertyList

protected static void getPropertyList(Element domElement,
                                      AVList params,
                                      XPath xpath)

getUserPreferences

public static void getUserPreferences(Element domElement,
                                      AVList params)

NASA World Wind