Uses of Class
org.openstreetmap.josm.tools.Shortcut
-
Packages that use Shortcut Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.audio Provides the classes for JOSM audio playback actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes.org.openstreetmap.josm.actions.relation Provides the classes for JOSM actions that work withrelations.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.preferences.shortcut Provides classes for handling shortcut preferences.org.openstreetmap.josm.gui.util Provides GUI utility classes.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Shortcut in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as Shortcut Modifier and Type Field Description protected ShortcutJosmAction. scstatic ShortcutDownloadAction. SHORTCUTAction shortcut (ctrl-shift-down by default), made public in order to be used fromGettingStartedpage.static ShortcutDownloadPrimitiveAction. SHORTCUTAction shortcut (ctrl-shift-O by default), made public in order to be used fromGettingStartedpage.static ShortcutHistoryInfoAction. SHORTCUTAction shortcut, made public in order to be used fromGettingStartedpage.Methods in org.openstreetmap.josm.actions that return Shortcut Modifier and Type Method Description ShortcutJosmAction. getShortcut()Returns the shortcut for this action.(package private) ShortcutMoveAction.Direction. getShortcut()Constructors in org.openstreetmap.josm.actions with parameters of type Shortcut Constructor Description AbstractInfoAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbarId, boolean installAdapters)Constructs a newAbstractInfoAction.AbstractMergeAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register)Constructs a newAbstractMergeAction.AbstractMergeAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbar, boolean installAdapters)Constructs a newAbstractMergeAction.AbstractPasteAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs a newAbstractPasteAction.AbstractPasteAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId)Constructs a newAbstractPasteAction.AbstractUploadAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs a newAbstractUploadAction.DiskAccessAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut)Constructs a newDiskAccessAction.DiskAccessAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbarId, boolean installAdapters)Constructs a newDiskAccessAction.DownloadAlongAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs a newDownloadAlongActionGpxExportAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbarId, boolean installAdapters)Deferring constructor for child classes.JoinNodeWayAction(boolean joinWayToNode, java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)JosmAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs a newJosmActionand installs layer changed and selection changed adapters.JosmAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, boolean installAdapters)Constructs a newJosmAction.JosmAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdapters)The new super for all actions.JosmAction(java.lang.String name, ImageProvider icon, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdapters)Constructs aJosmAction.OpenLocationAction(Shortcut shortcut)Create an open action.SaveActionBase(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut)Constructs a newSaveActionBase.SaveActionBase(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean quiet)Constructs a newSaveActionBase.SessionSaveAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbarId, boolean installAdapters)ToggleAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs aToggleAction.ToggleAction(java.lang.String name, ImageProvider icon, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdapters)Constructs aToggleAction.UpdateSelectionAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean register, java.lang.String toolbarId)Constructs a newUpdateSelectionAction.Constructor parameters in org.openstreetmap.josm.actions with type arguments of type Shortcut Constructor Description JosmAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, java.util.List<Shortcut> shortcuts)Constructs a newJosmAction. -
Uses of Shortcut in org.openstreetmap.josm.actions.audio
Constructors in org.openstreetmap.josm.actions.audio with parameters of type Shortcut Constructor Description AbstractAudioAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar)Constructs a newBaseAudioAction.AudioFastSlowAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean fast)Constructs a newAudioFastSlowAction. -
Uses of Shortcut in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as Shortcut Modifier and Type Field Description private ShortcutDrawAction. backspaceShortcutprivate ShortcutExtrudeAction. dualAlignShortcutprivate ShortcutDrawAction. snappingShortcutConstructors in org.openstreetmap.josm.actions.mapmode with parameters of type Shortcut Constructor Description MapMode(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, java.awt.Cursor cursor)Constructor for mapmodes without a menu -
Uses of Shortcut in org.openstreetmap.josm.actions.relation
Fields in org.openstreetmap.josm.actions.relation declared as Shortcut Modifier and Type Field Description private ShortcutRecentRelationsAction. shortcut -
Uses of Shortcut in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type Shortcut Modifier and Type Field Description private java.util.ArrayList<Pair<MapMover.ZoomerAction,Shortcut>>MapMover. registeredShortcutsMethods in org.openstreetmap.josm.gui with parameters of type Shortcut Modifier and Type Method Description static javax.swing.ActionMainApplication. getRegisteredActionShortcut(Shortcut shortcut)Replies the registered action for the given shortcutstatic voidMainApplication. registerActionShortcut(javax.swing.Action action, Shortcut shortcut)Registers an action and its shortcut.private voidMapMover. registerActionShortcut(MapMover.ZoomerAction action, Shortcut shortcut)static voidMainApplication. unregisterActionShortcut(javax.swing.Action action, Shortcut shortcut)Unregisters an action and its shortcut.static voidMainApplication. unregisterShortcut(Shortcut shortcut)Unregisters a shortcut. -
Uses of Shortcut in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as Shortcut Modifier and Type Field Description private static ShortcutFilterDialog. ENABLE_FILTER_SHORTCUTprivate static ShortcutFilterDialog. HIDING_FILTER_SHORTCUTstatic ShortcutMenuItemSearchDialog.Action. SHORTCUTAction shortcut (ctrl / space by default), made public in order to be used fromGettingStartedpage.private Shortcut[]LayerListDialog. visibilityToggleShortcutsMethods in org.openstreetmap.josm.gui.dialogs that return Shortcut Modifier and Type Method Description ShortcutFilterDialog.EnableFilterAction. getMultikeyShortcut()ShortcutFilterDialog.HidingFilterAction. getMultikeyShortcut()Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type Shortcut Constructor Description FilterAction(java.lang.String name, java.lang.String description, java.lang.String icon, Shortcut shortcut)SelectAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdapters)Constructs a newSelectActionthat callsJosmAction(String, String, String, Shortcut, boolean, String, boolean)The new super for all CommandStack actions.ToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight)ConstructorToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow)ConstructorToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, java.lang.Class<? extends PreferenceSetting> prefClass)ConstructorToggleDialog(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, java.lang.Class<? extends PreferenceSetting> prefClass, boolean isExpert)ConstructorToggleDialogAction(java.lang.String name, java.lang.String iconName, java.lang.String tooltip, Shortcut shortcut, java.lang.String helpId) -
Uses of Shortcut in org.openstreetmap.josm.gui.dialogs.layer
Fields in org.openstreetmap.josm.gui.dialogs.layer declared as Shortcut Modifier and Type Field Description private static ShortcutCycleLayerDownAction. cycleDownprivate static ShortcutCycleLayerUpAction. cycleUpprivate ShortcutActivateLayerAction. multikeyShortcutprivate ShortcutShowHideLayerAction. multikeyShortcutMethods in org.openstreetmap.josm.gui.dialogs.layer that return Shortcut Modifier and Type Method Description ShortcutActivateLayerAction. getMultikeyShortcut()ShortcutShowHideLayerAction. getMultikeyShortcut() -
Uses of Shortcut in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as Shortcut Modifier and Type Field Description private ShortcutJumpToMarkerActions.JumpToMarker. multikeyShortcutMethods in org.openstreetmap.josm.gui.layer that return Shortcut Modifier and Type Method Description ShortcutJumpToMarkerActions.JumpToMarker. getMultikeyShortcut()Constructors in org.openstreetmap.josm.gui.layer with parameters of type Shortcut Constructor Description JumpToMarker(JumpToMarkerActions.JumpToMarkerLayer layer, Shortcut shortcut) -
Uses of Shortcut in org.openstreetmap.josm.gui.layer.geoimage
Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type Shortcut Constructor Description ImageAction(java.lang.String name, ImageProvider icon, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdaptors, ImageViewerDialog.SerializableUnaryOperator<IImageEntry<?>> supplier)ImageRememberAction(java.lang.String name, ImageProvider icon, java.lang.String tooltip, Shortcut shortcut, boolean registerInToolbar, java.lang.String toolbarId, boolean installAdaptors, ImageViewerDialog.SerializableUnaryOperator<IImageEntry<?>> supplier) -
Uses of Shortcut in org.openstreetmap.josm.gui.preferences.shortcut
Fields in org.openstreetmap.josm.gui.preferences.shortcut with type parameters of type Shortcut Modifier and Type Field Description private java.util.List<Shortcut>PrefJPanel.ScListModel. data -
Uses of Shortcut in org.openstreetmap.josm.gui.util
Fields in org.openstreetmap.josm.gui.util declared as Shortcut Modifier and Type Field Description private ShortcutMultikeyActionsHandler.MyAction. shortcutMethods in org.openstreetmap.josm.gui.util that return Shortcut Modifier and Type Method Description ShortcutMultikeyShortcutAction. getMultikeyShortcut() -
Uses of Shortcut in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets with type parameters of type Shortcut Modifier and Type Field Description private java.util.List<Pair<javax.swing.Action,Shortcut>>DisableShortcutsOnFocusGainedTextField. unregisteredActionShortcutsMethods in org.openstreetmap.josm.gui.widgets that return types with arguments of type Shortcut Modifier and Type Method Description java.util.List<Pair<javax.swing.Action,Shortcut>>DisableShortcutsOnFocusGainedComponent. getUnregisteredActionShortcuts()Get the unregistered action shortcuts.java.util.List<Pair<javax.swing.Action,Shortcut>>DisableShortcutsOnFocusGainedTextField. getUnregisteredActionShortcuts() -
Uses of Shortcut in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return Shortcut Modifier and Type Method Description private static ShortcutShortcut. reassignShortcut(java.lang.String shortText, java.lang.String longText, int requestedKey, Shortcut conflict, int m, int k, int newmodifier)static ShortcutShortcut. registerShortcut(java.lang.String shortText, java.lang.String longText, int requestedKey, int requestedGroup)Register a shortcut.private static ShortcutShortcut. registerShortcut(java.lang.String shortText, java.lang.String longText, int requestedKey, int requestedGroup, java.lang.Integer modifier)static ShortcutShortcut. registerSystemShortcut(java.lang.String shortText, java.lang.String longText, int key, int modifier)FOR PLATFORMHOOK USE ONLY.Methods in org.openstreetmap.josm.tools that return types with arguments of type Shortcut Modifier and Type Method Description static java.util.Optional<Shortcut>Shortcut. findShortcut(int requestedKey, int modifier)Returns the registered shortcut fot the key and modifierprivate static java.util.Optional<Shortcut>Shortcut. findShortcutByKeyOrShortText(int requestedKey, int modifier, java.lang.String shortText)static java.util.List<Shortcut>Shortcut. listAll()Returns a list of all shortcuts.static java.util.List<Shortcut>Shortcut. registerMultiShortcuts(java.lang.String shortText, java.lang.String longText, java.util.List<java.lang.Character> characters, int requestedGroup)Register a shortcut linked to several characters.Methods in org.openstreetmap.josm.tools with parameters of type Shortcut Modifier and Type Method Description booleanShortcut.ShortcutCollection. add(Shortcut shortcut)private static voidPlatformHookOsx. auto(Shortcut sc)private static ShortcutShortcut. reassignShortcut(java.lang.String shortText, java.lang.String longText, int requestedKey, Shortcut conflict, int m, int k, int newmodifier)(package private) voidShortcut.ShortcutCollection. replace(Shortcut newShortcut)
-