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.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.plugins |
Provides the classes for JOSM plugins system.
|
Modifier and Type | Class and Description |
---|---|
private class |
AutoScaleAction.MapFrameAdapter
Adapter for MapFrame change events
|
class |
SessionSaveAsAction
Saves a JOSM session
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<MapFrameListener> |
MainPanel.mapFrameListeners |
Modifier and Type | Method and Description |
---|---|
boolean |
MainPanel.addAndFireMapFrameListener(MapFrameListener listener)
Registers a new
MapFrameListener that will be notified of MapFrame changes. |
static boolean |
MainApplication.addAndFireMapFrameListener(MapFrameListener listener)
Registers a new
MapFrameListener that will be notified of MapFrame changes. |
boolean |
MainPanel.addMapFrameListener(MapFrameListener listener)
Registers a new
MapFrameListener that will be notified of MapFrame changes |
static boolean |
MainApplication.addMapFrameListener(MapFrameListener listener)
Registers a new
MapFrameListener that will be notified of MapFrame changes |
boolean |
MainPanel.removeMapFrameListener(MapFrameListener listener)
Unregisters the given
MapFrameListener from MapFrame changes |
static boolean |
MainApplication.removeMapFrameListener(MapFrameListener listener)
Unregisters the given
MapFrameListener from MapFrame changes |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SaveLayersDialog.SaveSessionAction |
Modifier and Type | Class and Description |
---|---|
class |
Plugin
For all purposes of loading dynamic resources, the Plugin's class loader should be used
(or else, the plugin jar will not be within the class path).
|
class |
PluginProxy
Helper class for the JOSM system to communicate with the plugin.
|