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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerListDialog.adaptTo(IEnabledStateUpdating listener,
LayerListDialog.LayerListModel listModel)
Wires
listener to listModel in such a way, that
listener receives a updateEnabledState()
on every ListDataEvent . |
protected void |
LayerListDialog.adaptTo(IEnabledStateUpdating listener,
javax.swing.ListSelectionModel listSelectionModel)
Wires
listener to listSelectionModel in such a way, that
listener receives a updateEnabledState()
on every ListSelectionEvent . |
Modifier and Type | Class and Description |
---|---|
class |
ActivateLayerAction
The action to activate the currently selected layer
|
class |
DeleteLayerAction
The action to delete the currently selected layer
|
class |
DuplicateAction
The action to merge the currently selected layer into another layer.
|
class |
LayerVisibilityAction
This is a menu that includes all settings for the layer visibility.
|
class |
MergeAction
The action to merge the currently selected layer into another layer.
|
class |
MoveDownAction
The action to move down the currently selected entries in the list.
|
class |
MoveUpAction
The action to move up the currently selected entries in the list.
|
class |
ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|