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 | Field and Description |
---|---|
private LayerListDialog.LayerListModel |
LayerListDialog.model
the model for the layer list
|
Modifier and Type | Method and Description |
---|---|
LayerListDialog.LayerListModel |
LayerListDialog.getModel()
Returns the layer list model.
|
LayerListDialog.LayerListModel |
LayerListDialog.LayerList.getModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
LayerListDialog.adaptTo(IEnabledStateUpdating listener,
LayerListDialog.LayerListModel listModel)
|
Constructor and Description |
---|
LayerList(LayerListDialog.LayerListModel dataModel) |
Modifier and Type | Field and Description |
---|---|
private LayerListDialog.LayerListModel |
ActivateLayerAction.model |
private LayerListDialog.LayerListModel |
LayerVisibilityAction.model |
private LayerListDialog.LayerListModel |
DuplicateAction.model |
private LayerListDialog.LayerListModel |
DeleteLayerAction.model |
private LayerListDialog.LayerListModel |
MoveUpAction.model |
private LayerListDialog.LayerListModel |
MoveDownAction.model |
private LayerListDialog.LayerListModel |
MergeAction.model |
private LayerListDialog.LayerListModel |
ShowHideLayerAction.model |
Modifier and Type | Method and Description |
---|---|
private static boolean |
LayerListTransferHandler.onlyDataLayersSelected(LayerListDialog.LayerListModel tableModel) |
Constructor and Description |
---|
ActivateLayerAction(Layer layer,
LayerListDialog.LayerListModel model)
Constructs a new
ActivateLayerAction . |
ActivateLayerAction(LayerListDialog.LayerListModel model)
Constructs a new
ActivateLayerAction . |
DeleteLayerAction(LayerListDialog.LayerListModel model)
Creates a
DeleteLayerAction which will delete the currently selected layers in the layer dialog. |
DuplicateAction(Layer layer,
LayerListDialog.LayerListModel model)
Constructs a new
DuplicateAction . |
DuplicateAction(LayerListDialog.LayerListModel model)
Constructs a new
DuplicateAction . |
LayerVisibilityAction(LayerListDialog.LayerListModel model)
Creates a new
LayerVisibilityAction |
MergeAction(Layer layer,
LayerListDialog.LayerListModel model)
Constructs a new
MergeAction . |
MergeAction(Layer layer,
java.util.List<Layer> layers,
LayerListDialog.LayerListModel model)
Constructs a new
MergeAction . |
MergeAction(java.util.List<Layer> layers,
LayerListDialog.LayerListModel model)
Constructs a new
MergeAction . |
MoveDownAction(LayerListDialog.LayerListModel model)
Constructs a new
MoveDownAction . |
MoveUpAction(LayerListDialog.LayerListModel model)
Constructs a new
MoveUpAction . |
ShowHideLayerAction(LayerListDialog.LayerListModel model)
Creates a
ShowHideLayerAction which will toggle the visibility of the currently selected layers |