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 else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Method and Description |
---|---|
MainLayerManager |
JosmAction.getLayerManager()
Gets the layer manager used for this action.
|
Modifier and Type | Field and Description |
---|---|
private MainLayerManager |
MainPanel.layerManager |
private static MainLayerManager |
MainApplication.layerManager
Provides access to the layers displayed in the main view.
|
private MainLayerManager |
MapView.layerManager
A list of all layers currently loaded.
|
Modifier and Type | Method and Description |
---|---|
static MainLayerManager |
MainApplication.getLayerManager()
Returns the main layer manager that is used by the map view.
|
MainLayerManager |
MapView.getLayerManager()
Returns the layer manager.
|
Constructor and Description |
---|
MainPanel(MainLayerManager layerManager)
Create a new main panel
|
MapView(MainLayerManager layerManager,
ViewportData viewportData)
Constructs a new
MapView . |
Modifier and Type | Field and Description |
---|---|
private MainLayerManager |
LayerListDialog.layerManager
The
MainLayerManager this list is for. |
private MainLayerManager |
LayerListDialog.LayerListModel.layerManager |
Modifier and Type | Method and Description |
---|---|
MainLayerManager |
LayerListDialog.getLayerManager()
Gets the layer manager this dialog is for.
|
MainLayerManager |
LayerListDialog.LayerListModel.getLayerManager()
The layer manager this model is for.
|
Modifier and Type | Method and Description |
---|---|
static void |
LayerListDialog.createInstance(MainLayerManager layerManager)
Creates the instance of the dialog.
|
Constructor and Description |
---|
LayerListDialog(MainLayerManager layerManager)
Creates a layer list and attach it to the given layer manager.
|
LayerListModel(MainLayerManager layerManager,
javax.swing.DefaultListSelectionModel selectionModel)
constructor
|
Modifier and Type | Method and Description |
---|---|
MainLayerManager |
MainLayerManager.ActiveLayerChangeEvent.getSource() |
Constructor and Description |
---|
ActiveLayerChangeEvent(MainLayerManager source,
OsmDataLayer previousDataLayer,
Layer previousActiveLayer)
Create a new
MainLayerManager.ActiveLayerChangeEvent |