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 Shortcut
JosmAction. sc
static Shortcut
DownloadAction. SHORTCUT
Action shortcut (ctrl-shift-down by default), made public in order to be used fromGettingStarted
page.static Shortcut
DownloadPrimitiveAction. SHORTCUT
Action shortcut (ctrl-shift-O by default), made public in order to be used fromGettingStarted
page.static Shortcut
HistoryInfoAction. SHORTCUT
Action shortcut, made public in order to be used fromGettingStarted
page.Methods in org.openstreetmap.josm.actions that return Shortcut Modifier and Type Method Description Shortcut
JosmAction. getShortcut()
Returns the shortcut for this action.(package private) Shortcut
MoveAction.Direction. getShortcut()
Constructors in org.openstreetmap.josm.actions with parameters of type Shortcut Constructor Description AbstractInfoAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbarId, boolean installAdapters)
Constructs a newAbstractInfoAction
.AbstractMergeAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register)
Constructs a newAbstractMergeAction
.AbstractMergeAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbar, boolean installAdapters)
Constructs a newAbstractMergeAction
.AbstractPasteAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs a newAbstractPasteAction
.AbstractPasteAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar, String toolbarId)
Constructs a newAbstractPasteAction
.AbstractUploadAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs a newAbstractUploadAction
.DiskAccessAction(String name, String iconName, String tooltip, Shortcut shortcut)
Constructs a newDiskAccessAction
.DiskAccessAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbarId, boolean installAdapters)
Constructs a newDiskAccessAction
.DownloadAlongAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs a newDownloadAlongAction
GpxExportAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbarId, boolean installAdapters)
Deferring constructor for child classes.JoinNodeWayAction(boolean joinWayToNode, String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
JosmAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs a newJosmAction
and installs layer changed and selection changed adapters.JosmAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar, boolean installAdapters)
Constructs a newJosmAction
.JosmAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar, String toolbarId, boolean installAdapters)
The new super for all actions.JosmAction(String name, ImageProvider icon, String tooltip, Shortcut shortcut, boolean registerInToolbar, String toolbarId, boolean installAdapters)
Constructs aJosmAction
.OpenLocationAction(Shortcut shortcut)
Create an open action.SaveActionBase(String name, String iconName, String tooltip, Shortcut shortcut)
Constructs a newSaveActionBase
.SaveActionBase(String name, String iconName, String tooltip, Shortcut shortcut, boolean quiet)
Constructs a newSaveActionBase
.ToggleAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs aToggleAction
.ToggleAction(String name, ImageProvider icon, String tooltip, Shortcut shortcut, boolean registerInToolbar, String toolbarId, boolean installAdapters)
Constructs aToggleAction
.UpdateSelectionAction(String name, String iconName, String tooltip, Shortcut shortcut, boolean register, String toolbarId)
Constructs a newUpdateSelectionAction
.Constructor parameters in org.openstreetmap.josm.actions with type arguments of type Shortcut Constructor Description JosmAction(String name, String iconName, String tooltip, 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(String name, String iconName, String tooltip, Shortcut shortcut, boolean registerInToolbar)
Constructs a newBaseAudioAction
.AudioFastSlowAction(String name, String iconName, 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 Shortcut
DrawAction. backspaceShortcut
private Shortcut
ExtrudeAction. dualAlignShortcut
private Shortcut
DrawAction. snappingShortcut
Constructors in org.openstreetmap.josm.actions.mapmode with parameters of type Shortcut Constructor Description MapMode(String name, String iconName, String tooltip, Shortcut shortcut, 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 Shortcut
RecentRelationsAction. 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 ArrayList<Pair<MapMover.ZoomerAction,Shortcut>>
MapMover. registeredShortcuts
Methods in org.openstreetmap.josm.gui with parameters of type Shortcut Modifier and Type Method Description static Action
MainApplication. getRegisteredActionShortcut(Shortcut shortcut)
Replies the registered action for the given shortcutstatic void
MainApplication. registerActionShortcut(Action action, Shortcut shortcut)
Registers an action and its shortcut.private void
MapMover. registerActionShortcut(MapMover.ZoomerAction action, Shortcut shortcut)
static void
MainApplication. unregisterActionShortcut(Action action, Shortcut shortcut)
Unregisters an action and its shortcut.static void
MainApplication. 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 Shortcut
FilterDialog. ENABLE_FILTER_SHORTCUT
private static Shortcut
FilterDialog. HIDING_FILTER_SHORTCUT
static Shortcut
MenuItemSearchDialog.Action. SHORTCUT
Action shortcut (ctrl / space by default), made public in order to be used fromGettingStarted
page.private Shortcut[]
LayerListDialog. visibilityToggleShortcuts
Methods in org.openstreetmap.josm.gui.dialogs that return Shortcut Modifier and Type Method Description Shortcut
FilterDialog.EnableFilterAction. getMultikeyShortcut()
Shortcut
FilterDialog.HidingFilterAction. getMultikeyShortcut()
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type Shortcut Constructor Description ToggleDialog(String name, String iconName, String tooltip, Shortcut shortcut, int preferredHeight)
ConstructorToggleDialog(String name, String iconName, String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow)
ConstructorToggleDialog(String name, String iconName, String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, Class<? extends PreferenceSetting> prefClass)
ConstructorToggleDialog(String name, String iconName, String tooltip, Shortcut shortcut, int preferredHeight, boolean defShow, Class<? extends PreferenceSetting> prefClass, boolean isExpert)
ConstructorToggleDialogAction(String name, String iconName, String tooltip, Shortcut shortcut, 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 Shortcut
CycleLayerDownAction. cycleDown
private static Shortcut
CycleLayerUpAction. cycleUp
private Shortcut
ActivateLayerAction. multikeyShortcut
private Shortcut
ShowHideLayerAction. multikeyShortcut
Methods in org.openstreetmap.josm.gui.dialogs.layer that return Shortcut Modifier and Type Method Description Shortcut
ActivateLayerAction. getMultikeyShortcut()
Shortcut
ShowHideLayerAction. 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 Shortcut
JumpToMarkerActions.JumpToMarker. multikeyShortcut
Methods in org.openstreetmap.josm.gui.layer that return Shortcut Modifier and Type Method Description Shortcut
JumpToMarkerActions.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(String name, ImageProvider icon, String tooltip, Shortcut shortcut, boolean registerInToolbar, String toolbarId, boolean installAdaptors, ImageViewerDialog.SerializableUnaryOperator<IImageEntry<?>> supplier)
ImageRememberAction(String name, ImageProvider icon, String tooltip, Shortcut shortcut, boolean registerInToolbar, 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 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 Shortcut
MultikeyActionsHandler.MyAction. shortcut
Methods in org.openstreetmap.josm.gui.util that return Shortcut Modifier and Type Method Description Shortcut
MultikeyShortcutAction. 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 List<Pair<Action,Shortcut>>
DisableShortcutsOnFocusGainedTextField. unregisteredActionShortcuts
Methods in org.openstreetmap.josm.gui.widgets that return types with arguments of type Shortcut Modifier and Type Method Description List<Pair<Action,Shortcut>>
DisableShortcutsOnFocusGainedComponent. getUnregisteredActionShortcuts()
Get the unregistered action shortcuts.List<Pair<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 Shortcut
Shortcut. reassignShortcut(String shortText, String longText, int requestedKey, Shortcut conflict, int m, int k, int newmodifier)
static Shortcut
Shortcut. registerShortcut(String shortText, String longText, int requestedKey, int requestedGroup)
Register a shortcut.private static Shortcut
Shortcut. registerShortcut(String shortText, String longText, int requestedKey, int requestedGroup, Integer modifier)
static Shortcut
Shortcut. registerSystemShortcut(String shortText, 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 Optional<Shortcut>
Shortcut. findShortcut(int requestedKey, int modifier)
Returns the registered shortcut fot the key and modifierprivate static Optional<Shortcut>
Shortcut. findShortcutByKeyOrShortText(int requestedKey, int modifier, String shortText)
static List<Shortcut>
Shortcut. listAll()
Returns a list of all shortcuts.static List<Shortcut>
Shortcut. registerMultiShortcuts(String shortText, String longText, List<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 boolean
Shortcut.ShortcutCollection. add(Shortcut shortcut)
private static void
PlatformHookOsx. auto(Shortcut sc)
private static Shortcut
Shortcut. reassignShortcut(String shortText, String longText, int requestedKey, Shortcut conflict, int m, int k, int newmodifier)
(package private) void
Shortcut.ShortcutCollection. replace(Shortcut newShortcut)
-