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 MainLayerManagerJosmAction. 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 MainLayerManagerMainApplication. layerManagerProvides access to the layers displayed in the main view.private MainLayerManagerMainPanel. layerManagerprivate MainLayerManagerMapView. layerManagerA list of all layers currently loaded.Methods in org.openstreetmap.josm.gui that return MainLayerManager Modifier and Type Method Description static MainLayerManagerMainApplication. getLayerManager()Returns the main layer manager that is used by the map view.MainLayerManagerMapView. 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 MainLayerManagerLayerListDialog.LayerListModel. layerManagerprivate MainLayerManagerLayerListDialog. layerManagerTheMainLayerManagerthis list is for.Methods in org.openstreetmap.josm.gui.dialogs that return MainLayerManager Modifier and Type Method Description MainLayerManagerLayerListDialog. getLayerManager()Gets the layer manager this dialog is for.MainLayerManagerLayerListDialog.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 voidLayerListDialog. 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 MainLayerManagerMainLayerManager.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
-