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
|
Modifier and Type | Class and Description |
---|---|
static class |
LayerListDialog.AbstractLayerPropertySliderAction
Abstract action which allows to adjust a double value using a slider
|
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.
|
static class |
LayerListDialog.LayerGammaAction
Action which allows to change the gamma of one imagery layer.
|
static 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 . |