public static class ComponentMenu.ComponentMenuPreferences extends PrefPackage
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref
Modifier and Type | Field and Description |
---|---|
java.util.Map<Technology,java.lang.String> |
menuXmls |
TECH_NODE, USER_NODE
Constructor and Description |
---|
ComponentMenu.ComponentMenuPreferences(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, withField
public java.util.Map<Technology,java.lang.String> menuXmls
public ComponentMenu.ComponentMenuPreferences(boolean factory)
public void putPrefs(java.util.prefs.Preferences prefRoot, boolean removeDefaults)
putPrefs
in class PrefPackage
prefRoot
- the root of the Preferences subtree.removeDefaults
- remove from the Preferences subtree options which have factory default value.