com.sun.electric.tool.user.dialogs
Class ComponentMenu.ComponentMenuPreferences

java.lang.Object
  extended by com.sun.electric.database.text.PrefPackage
      extended by com.sun.electric.tool.user.dialogs.ComponentMenu.ComponentMenuPreferences
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
ComponentMenu

public static class ComponentMenu.ComponentMenuPreferences
extends PrefPackage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.database.text.PrefPackage
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref
 
Field Summary
 java.util.Map<Technology,java.lang.String> menuXmls
           
 
Fields inherited from class com.sun.electric.database.text.PrefPackage
TECH_NODE, USER_NODE
 
Constructor Summary
ComponentMenu.ComponentMenuPreferences(boolean factory)
           
 
Method Summary
 void putPrefs(java.util.prefs.Preferences prefRoot, boolean removeDefaults)
          Store annotated option fields of the subclass into the speciefied Preferences subtree.
 
Methods inherited from class com.sun.electric.database.text.PrefPackage
getFactoryPrefRoot, getKey, getKey, getKey, getKey, getPrefRoot, withField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menuXmls

public java.util.Map<Technology,java.lang.String> menuXmls
Constructor Detail

ComponentMenu.ComponentMenuPreferences

public ComponentMenu.ComponentMenuPreferences(boolean factory)
Method Detail

putPrefs

public void putPrefs(java.util.prefs.Preferences prefRoot,
                     boolean removeDefaults)
Store annotated option fields of the subclass into the speciefied Preferences subtree.

Overrides:
putPrefs in class PrefPackage
Parameters:
prefRoot - the root of the Preferences subtree.
removeDefaults - remove from the Preferences subtree options which have factory default value.