Package | Description |
---|---|
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 else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
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 |
---|---|
private MultikeyShortcutAction |
MultikeyActionsHandler.MyAction.action |
Modifier and Type | Field and Description |
---|---|
private 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) |