net.refractions.udig.style.sld.editor
Class SLDRootPreferences

java.lang.Object
  extended by net.refractions.udig.style.sld.editor.SLDPreferences
      extended by net.refractions.udig.style.sld.editor.SLDRootPreferences

public class SLDRootPreferences
extends SLDPreferences


Field Summary
 
Fields inherited from class net.refractions.udig.style.sld.editor.SLDPreferences
children, name, parent
 
Constructor Summary
SLDRootPreferences()
          Default constructor.
 
Method Summary
 void flush()
           
protected  IEclipsePreferences getChild(java.lang.String key, Plugin context)
           
protected  IEclipsePreferences[] getChildren()
           
 Preferences node(java.lang.String path)
           
 void sync()
           
 
Methods inherited from class net.refractions.udig.style.sld.editor.SLDPreferences
absolutePath, accept, addChild, addNodeChangeListener, addPreferenceChangeListener, childrenNames, clear, create, get, getBoolean, getByteArray, getDouble, getFloat, getInt, getLong, keys, name, nodeExists, parent, put, putBoolean, putByteArray, putDouble, putFloat, putInt, putLong, remove, removeNode, removeNodeChangeListener, removePreferenceChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLDRootPreferences

public SLDRootPreferences()
Default constructor.

Method Detail

flush

public void flush()
           throws BackingStoreException
Overrides:
flush in class SLDPreferences
Throws:
BackingStoreException

getChild

protected IEclipsePreferences getChild(java.lang.String key,
                                       Plugin context)

getChildren

protected IEclipsePreferences[] getChildren()
                                     throws BackingStoreException
Throws:
BackingStoreException

node

public Preferences node(java.lang.String path)
Overrides:
node in class SLDPreferences

sync

public void sync()
          throws BackingStoreException
Overrides:
sync in class SLDPreferences
Throws:
BackingStoreException