com.sun.electric.tool.io.output
Class GenerateVHDL.VHDLPreferences

java.lang.Object
  extended by com.sun.electric.database.text.PrefPackage
      extended by com.sun.electric.tool.io.output.GenerateVHDL.VHDLPreferences
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
GenerateVHDL

public static class GenerateVHDL.VHDLPreferences
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<PrimitiveNode,java.lang.String> vhdlNames
           
 
Fields inherited from class com.sun.electric.database.text.PrefPackage
TECH_NODE, USER_NODE
 
Constructor Summary
GenerateVHDL.VHDLPreferences(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

vhdlNames

public java.util.Map<PrimitiveNode,java.lang.String> vhdlNames
Constructor Detail

GenerateVHDL.VHDLPreferences

public GenerateVHDL.VHDLPreferences(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.