| 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.
|
| Class and Description |
|---|
| ActivateLayerAction
The action to activate the currently selected layer
|
| DeleteLayerAction
The action to delete the currently selected layer
|
| DuplicateAction
The action to duplicate the given selected layer into another layer.
|
| MergeAction
The action to merge the currently selected layer into another layer.
|
| ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|
| Class and Description |
|---|
| LayerVisibilityAction.AbstractFilterSlider
This is a slider for a filter value.
|
| LayerVisibilityAction.LayerVisibilityMenuEntry
An entry in the visibility settings dropdown.
|
| LayerVisibilityAction.OpacitySlider
This slider allows you to change the opacity of a layer.
|
| MergeAction
The action to merge the currently selected layer into another layer.
|
| MergeGpxLayerDialog
The Dialog asking the user to prioritize GPX layers when cutting overlapping tracks.
|
| MergeGpxLayerDialog.GpxLayersTableModel |