Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
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.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.layer |
Toggle dialog allowing to display the list of layers.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.io.importexport |
Provides GUI classes for handling file import/export operations.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoomToAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
JosmAction.ActiveLayerChangeAdapter.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
DatasetEventManager.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MainMenu.PresetsMenuEnabler.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
MapFrame.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
MapView.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SlippyMapBBoxChooser.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorDialog.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
RelationListDialog.NewAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
UserListDialog.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
ConflictDialog.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
SelectionListDialog.SearchAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
SelectionListDialog.SelectionListModel.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
LayerListDialog.LayerListModel.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetsInActiveDataLayerListModel.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
ChangesetDetailPanel.SelectInCurrentLayerAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
ChangesetDetailPanel.ZoomInCurrentLayerAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
ChangesetContentPanel.SelectionBasedAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ActivateLayerAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesDialog.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MemberTable.ZoomToGapAction.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
SelectionTableModel.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryBrowserModel.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
FileExporter.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
void |
WMSLayerExporter.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MainLayerManager.ActiveLayerChangeListener.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e)
Called whenever the active or edit layer changed.
|
private void |
MainLayerManager.fireActiveLayerChange(MainLayerManager.ActiveLayerChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ImageViewerDialog.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TaggingPreset.activeOrEditLayerChanged(MainLayerManager.ActiveLayerChangeEvent e) |