|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Settings.Initializer
Initializer of the settings updates the map filled with settings for the particular kit class when asked. If the settings are being initialized all the initializers registered by the Settings.addInitializer() are being asked to update the settings-map through calling their updateSettingsMap().
Method Summary | |
---|---|
String |
getName()
Each initializer must have a name. |
void |
updateSettingsMap(Class kitClass,
Map settingsMap)
Update map filled with the settings. |
Method Detail |
---|
String getName()
void updateSettingsMap(Class kitClass, Map settingsMap)
kitClass
- kit class for which the settings are being updated.
It can be null which means the root of the whole kit class hierarchy.settingsMap
- map holding [setting-name, setting-value] pairs.
The map can be empty if this is the first initializer
that updates it or if no previous initializers updated it.
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |