public static class GenerateVHDL.VHDLPreferences extends PrefPackage
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref| Modifier and Type | Field and Description |
|---|---|
java.util.Map<PrimitiveNode,java.lang.String> |
vhdlNames |
TECH_NODE, USER_NODE| Constructor and Description |
|---|
VHDLPreferences(boolean factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults)
Store annotated option fields of the subclass into the speciefied Preferences subtree.
|
getFactoryPrefRoot, getKey, getKey, getKey, getKey, getPrefRoot, withFieldpublic java.util.Map<PrimitiveNode,java.lang.String> vhdlNames
public void putPrefs(java.util.prefs.Preferences prefRoot,
boolean removeDefaults)
putPrefs in class PrefPackageprefRoot - the root of the Preferences subtree.removeDefaults - remove from the Preferences subtree options which have factory default value.