Uses of Class
org.openstreetmap.josm.gui.layer.MainLayerManager
-
Packages that use MainLayerManager Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.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.layer Provides classes for handling the different kinds of map layers. -
-
Uses of MainLayerManager in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return MainLayerManager Modifier and Type Method Description MainLayerManager
JosmAction. getLayerManager()
Gets the layer manager used for this action. -
Uses of MainLayerManager in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MainLayerManager Modifier and Type Field Description private static MainLayerManager
MainApplication. layerManager
Provides access to the layers displayed in the main view.private MainLayerManager
MainPanel. layerManager
private MainLayerManager
MapView. layerManager
A list of all layers currently loaded.Methods in org.openstreetmap.josm.gui that return MainLayerManager Modifier and Type Method Description static MainLayerManager
MainApplication. getLayerManager()
Returns the main layer manager that is used by the map view.MainLayerManager
MapView. getLayerManager()
Returns the layer manager.Constructors in org.openstreetmap.josm.gui with parameters of type MainLayerManager Constructor Description MainPanel(MainLayerManager layerManager)
Create a new main panelMapView(MainLayerManager layerManager, ViewportData viewportData)
Constructs a newMapView
. -
Uses of MainLayerManager in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as MainLayerManager Modifier and Type Field Description private MainLayerManager
LayerListDialog.LayerListModel. layerManager
private MainLayerManager
LayerListDialog. layerManager
TheMainLayerManager
this list is for.Methods in org.openstreetmap.josm.gui.dialogs that return MainLayerManager Modifier and Type Method Description MainLayerManager
LayerListDialog. getLayerManager()
Gets the layer manager this dialog is for.MainLayerManager
LayerListDialog.LayerListModel. getLayerManager()
The layer manager this model is for.Methods in org.openstreetmap.josm.gui.dialogs with parameters of type MainLayerManager Modifier and Type Method Description static void
LayerListDialog. createInstance(MainLayerManager layerManager)
Creates the instance of the dialog.Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type MainLayerManager Constructor Description LayerListDialog(MainLayerManager layerManager)
Creates a layer list and attach it to the given layer manager.LayerListModel(MainLayerManager layerManager, javax.swing.DefaultListSelectionModel selectionModel)
constructor -
Uses of MainLayerManager in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return MainLayerManager Modifier and Type Method Description MainLayerManager
MainLayerManager.ActiveLayerChangeEvent. getSource()
Constructors in org.openstreetmap.josm.gui.layer with parameters of type MainLayerManager Constructor Description ActiveLayerChangeEvent(MainLayerManager source, OsmDataLayer previousDataLayer, Layer previousActiveLayer)
Create a newMainLayerManager.ActiveLayerChangeEvent
-