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 | Method and Description |
---|---|
MultikeyShortcutAction.MultikeyInfo |
LayerListDialog.ShowHideLayerAction.getLastMultikeyAction() |
MultikeyShortcutAction.MultikeyInfo |
LayerListDialog.ActivateLayerAction.getLastMultikeyAction() |
MultikeyShortcutAction.MultikeyInfo |
FilterDialog.AbstractFilterAction.getLastMultikeyAction() |
static MultikeyShortcutAction.MultikeyInfo |
LayerListDialog.getLayerInfo(Layer l)
Returns info about layer.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<MultikeyShortcutAction.MultikeyInfo> |
LayerListDialog.getLayerInfoByClass(java.lang.Class<?> layerClass)
Returns a list of info on all layers of a given class.
|
java.util.List<MultikeyShortcutAction.MultikeyInfo> |
LayerListDialog.ShowHideLayerAction.getMultikeyCombinations() |
java.util.List<MultikeyShortcutAction.MultikeyInfo> |
LayerListDialog.ActivateLayerAction.getMultikeyCombinations() |
java.util.List<MultikeyShortcutAction.MultikeyInfo> |
FilterDialog.AbstractFilterAction.getMultikeyCombinations() |
Modifier and Type | Method and Description |
---|---|
MultikeyShortcutAction.MultikeyInfo |
JumpToMarkerActions.JumpToMarker.getLastMultikeyAction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MultikeyShortcutAction.MultikeyInfo> |
JumpToMarkerActions.JumpToMarker.getMultikeyCombinations() |
Modifier and Type | Method and Description |
---|---|
MultikeyShortcutAction.MultikeyInfo |
MultikeyShortcutAction.getLastMultikeyAction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MultikeyShortcutAction.MultikeyInfo> |
MultikeyShortcutAction.getMultikeyCombinations() |