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.LayerListModelLayerListDialog. modelthe model for the layer listMethods in org.openstreetmap.josm.gui.dialogs that return LayerListDialog.LayerListModel Modifier and Type Method Description LayerListDialog.LayerListModelLayerListDialog. getModel()Returns the layer list model.LayerListDialog.LayerListModelLayerListDialog.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.LayerListModelActivateLayerAction. modelprivate LayerListDialog.LayerListModelDeleteLayerAction. modelprivate LayerListDialog.LayerListModelDuplicateAction. modelprivate LayerListDialog.LayerListModelMergeAction. modelprivate LayerListDialog.LayerListModelMoveDownAction. modelprivate LayerListDialog.LayerListModelMoveUpAction. modelprivate LayerListDialog.LayerListModelShowHideLayerAction. modelMethods in org.openstreetmap.josm.gui.dialogs.layer with parameters of type LayerListDialog.LayerListModel Modifier and Type Method Description private static booleanLayerListTransferHandler. 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 aDeleteLayerActionwhich 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 newLayerVisibilityActionMergeAction(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 aShowHideLayerActionwhich will toggle the visibility of the currently selected layers
-