Uses of Class
org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel
-
Packages that use LayerListDialog.LayerListModel 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 elseorg.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers. -
-
Uses of LayerListDialog.LayerListModel in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as LayerListDialog.LayerListModel Modifier and Type Field Description private LayerListDialog.LayerListModel
LayerListDialog. model
the model for the layer listMethods in org.openstreetmap.josm.gui.dialogs that return LayerListDialog.LayerListModel Modifier and Type Method Description LayerListDialog.LayerListModel
LayerListDialog. getModel()
Returns the layer list model.LayerListDialog.LayerListModel
LayerListDialog.LayerList. getModel()
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type LayerListDialog.LayerListModel Constructor Description LayerList(LayerListDialog.LayerListModel dataModel)
-
Uses of LayerListDialog.LayerListModel in org.openstreetmap.josm.gui.dialogs.layer
Fields in org.openstreetmap.josm.gui.dialogs.layer declared as LayerListDialog.LayerListModel Modifier and Type Field Description private LayerListDialog.LayerListModel
ActivateLayerAction. model
private LayerListDialog.LayerListModel
DeleteLayerAction. model
private LayerListDialog.LayerListModel
DuplicateAction. model
private LayerListDialog.LayerListModel
MergeAction. model
private LayerListDialog.LayerListModel
MoveDownAction. model
private LayerListDialog.LayerListModel
MoveUpAction. model
private LayerListDialog.LayerListModel
ShowHideLayerAction. model
Methods in org.openstreetmap.josm.gui.dialogs.layer with parameters of type LayerListDialog.LayerListModel Modifier and Type Method Description private static boolean
LayerListTransferHandler. onlyDataLayersSelected(LayerListDialog.LayerListModel tableModel)
Constructors in org.openstreetmap.josm.gui.dialogs.layer with parameters of type LayerListDialog.LayerListModel Constructor Description ActivateLayerAction(LayerListDialog.LayerListModel model)
Constructs a newActivateLayerAction
.ActivateLayerAction(Layer layer, LayerListDialog.LayerListModel model)
Constructs a newActivateLayerAction
.DeleteLayerAction(LayerListDialog.LayerListModel model)
Creates aDeleteLayerAction
which will delete the currently selected layers in the layer dialog.DuplicateAction(LayerListDialog.LayerListModel model)
Constructs a newDuplicateAction
.DuplicateAction(Layer layer, LayerListDialog.LayerListModel model)
Constructs a newDuplicateAction
.LayerVisibilityAction(LayerListDialog.LayerListModel model)
Creates a newLayerVisibilityAction
MergeAction(java.util.List<Layer> layers, LayerListDialog.LayerListModel model)
Constructs a newMergeAction
.MergeAction(Layer layer, java.util.List<Layer> layers, LayerListDialog.LayerListModel model)
Constructs a newMergeAction
.MergeAction(Layer layer, LayerListDialog.LayerListModel model)
Constructs a newMergeAction
.MoveDownAction(LayerListDialog.LayerListModel model)
Constructs a newMoveDownAction
.MoveUpAction(LayerListDialog.LayerListModel model)
Constructs a newMoveUpAction
.ShowHideLayerAction(LayerListDialog.LayerListModel model)
Creates aShowHideLayerAction
which will toggle the visibility of the currently selected layers
-