Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Class and Description |
---|---|
class |
LayerListDialog.ActivateLayerAction
The action to activate the currently selected layer
|
class |
LayerListDialog.DeleteLayerAction
The action to delete the currently selected layer
|
class |
LayerListDialog.DuplicateAction
The action to merge the currently selected layer into another layer.
|
class |
LayerListDialog.LayerOpacityAction
Action which allows to change the opacity of one or more layers.
|
class |
LayerListDialog.MergeAction
The action to merge the currently selected layer into another layer.
|
(package private) class |
LayerListDialog.MoveDownAction
The action to move down the currently selected entries in the list.
|
(package private) class |
LayerListDialog.MoveUpAction
The action to move up the currently selected entries in the list.
|
class |
LayerListDialog.ShowHideLayerAction
Action which will toggle the visibility of the currently selected layers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerListDialog.adaptTo(LayerListDialog.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(LayerListDialog.IEnabledStateUpdating listener,
javax.swing.ListSelectionModel listSelectionModel)
Wires
listener to listSelectionModel in such a way, that
listener receives a updateEnabledState()
on every ListSelectionEvent . |