| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.dialogs | |
| org.openstreetmap.josm.gui.layer | |
| org.openstreetmap.josm.tools |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FilterDialog.AbstractFilterAction |
private class |
FilterDialog.EnableFilterAction |
private class |
FilterDialog.HidingFilterAction |
class |
LayerListDialog.ActivateLayerAction
The action to activate the currently selected layer
|
class |
LayerListDialog.ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
JumpToMarkerActions.JumpToMarker |
static class |
JumpToMarkerActions.JumpToNextMarker |
static class |
JumpToMarkerActions.JumpToPreviousMarker |
| Modifier and Type | Field and Description |
|---|---|
(package private) MultikeyShortcutAction |
MultikeyActionsHandler.MyAction.action |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<MultikeyShortcutAction,MultikeyActionsHandler.MyAction> |
MultikeyActionsHandler.myActions |
| Modifier and Type | Method and Description |
|---|---|
void |
MultikeyActionsHandler.addAction(MultikeyShortcutAction action)
Registers an action and its shortcut
|
void |
MultikeyActionsHandler.removeAction(MultikeyShortcutAction action)
Unregisters an action and its shortcut completely
|
| Constructor and Description |
|---|
MyAction(MultikeyShortcutAction action) |