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.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.util |
Provides GUI utility classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FilterDialog.AbstractFilterAction |
private class |
FilterDialog.EnableFilterAction |
private class |
FilterDialog.HidingFilterAction |
Modifier and Type | Class and Description |
---|---|
class |
ActivateLayerAction
The action to activate the currently selected layer
|
class |
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 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) |