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 merge the currently selected layer into another layer.
|
IEnabledStateUpdating
To be implemented by actions for which their enabled state depends on another model.
|
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 |
---|
IEnabledStateUpdating
To be implemented by actions for which their enabled state depends on another model.
|
LayerVisibilityAction.FilterSlider
This is a slider for a filter value.
|
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.
|