Package org.openstreetmap.josm.plugins
Class PluginPreferenceFactory
- java.lang.Object
-
- org.openstreetmap.josm.plugins.PluginPreferenceFactory
-
- All Implemented Interfaces:
PreferenceSettingFactory
public class PluginPreferenceFactory extends java.lang.Object implements PreferenceSettingFactory
Preference settings factory for plugins.- Since:
- 1742
-
-
Field Summary
Fields Modifier and Type Field Description private PluginProxyplugin
-
Constructor Summary
Constructors Constructor Description PluginPreferenceFactory(PluginProxy plugin)Constructs a newPluginPreferenceFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreferenceSettingcreatePreferenceSetting()Creates preference settings.
-
-
-
Field Detail
-
plugin
private final PluginProxy plugin
-
-
Constructor Detail
-
PluginPreferenceFactory
public PluginPreferenceFactory(PluginProxy plugin)
Constructs a newPluginPreferenceFactory.- Parameters:
plugin- plugin proxy
-
-
Method Detail
-
createPreferenceSetting
public PreferenceSetting createPreferenceSetting()
Description copied from interface:PreferenceSettingFactoryCreates preference settings.- Specified by:
createPreferenceSettingin interfacePreferenceSettingFactory- Returns:
- created preference settings
-
-