org.openstreetmap.josm.gui.preferences
Class RemoteControlPreference
java.lang.Object
org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
org.openstreetmap.josm.gui.preferences.RemoteControlPreference
- All Implemented Interfaces:
- PreferenceSetting, TabPreferenceSetting
public class RemoteControlPreference
- extends DefaultTabPreferenceSetting
Preference settings for the Remote Control plugin
Method Summary |
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog. |
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefs
private final java.util.Map<PermissionPrefWithDefault,javax.swing.JCheckBox> prefs
enableRemoteControl
private javax.swing.JCheckBox enableRemoteControl
loadInNewLayer
private javax.swing.JCheckBox loadInNewLayer
alwaysAskUserConfirm
private javax.swing.JCheckBox alwaysAskUserConfirm
RemoteControlPreference
private RemoteControlPreference()
addGui
public void addGui(PreferenceTabbedPane gui)
- Description copied from interface:
PreferenceSetting
- Add the GUI elements to the dialog. The elements should be initialized after
the current preferences.
ok
public boolean ok()
- Description copied from interface:
PreferenceSetting
- Called when OK is pressed to save the setting in the preferences file.
Return true when restart is required.
JOSM