org.openstreetmap.josm.gui.preferences.shortcut
Class ShortcutPreference

java.lang.Object
  extended by org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
      extended by org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
          extended by org.openstreetmap.josm.gui.preferences.shortcut.ShortcutPreference
All Implemented Interfaces:
PreferenceSetting, TabPreferenceSetting

public class ShortcutPreference
extends DefaultTabPreferenceSetting


Nested Class Summary
static class ShortcutPreference.Factory
           
private static class ShortcutPreference.scListModel
           
 
Constructor Summary
private ShortcutPreference()
           
 
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 org.openstreetmap.josm.gui.preferences.DefaultTabPreferenceSetting
createPreferenceTabWithScrollPane, getDescription, getIconName, getTitle, getTooltip
 
Methods inherited from class org.openstreetmap.josm.gui.preferences.DefaultPreferenceSetting
isExpert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openstreetmap.josm.gui.preferences.PreferenceSetting
isExpert
 

Constructor Detail

ShortcutPreference

private ShortcutPreference()
Method Detail

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