Package org.openstreetmap.josm.plugins
Class PluginPreferenceFactory
- java.lang.Object
-
- org.openstreetmap.josm.plugins.PluginPreferenceFactory
-
- All Implemented Interfaces:
PreferenceSettingFactory
public class PluginPreferenceFactory extends Object implements PreferenceSettingFactory
Preference settings factory for plugins.- Since:
- 1742
-
-
Field Summary
Fields Modifier and Type Field Description private PluginProxy
plugin
-
Constructor Summary
Constructors Constructor Description PluginPreferenceFactory(PluginProxy plugin)
Constructs a newPluginPreferenceFactory
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreferenceSetting
createPreferenceSetting()
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:PreferenceSettingFactory
Creates preference settings.- Specified by:
createPreferenceSetting
in interfacePreferenceSettingFactory
- Returns:
- created preference settings
-
-