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.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
Modifier and Type | Field and Description |
---|---|
private static ListenerList<ExpertToggleAction.ExpertModeChangeListener> |
ExpertToggleAction.listeners |
Modifier and Type | Method and Description |
---|---|
static void |
ExpertToggleAction.addExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener listener)
Register a expert mode change listener.
|
static void |
ExpertToggleAction.addExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener listener,
boolean fireWhenAdding)
Register a expert mode change listener, and optionnally fires it.
|
static void |
ExpertToggleAction.removeExpertModeChangeListener(ExpertToggleAction.ExpertModeChangeListener listener)
Removes a expert mode change listener
|
Modifier and Type | Class and Description |
---|---|
class |
IconToggleButton
Just a toggle button, with smaller border and icon only to display in
MapFrame toolbars.
|
class |
WindowMenu
Window menu, holding entries for changeset manager, toggle dialogs.
|
Modifier and Type | Class and Description |
---|---|
private class |
LayerListDialog.ColumnWidthAdaptionListener |
Modifier and Type | Field and Description |
---|---|
protected ExpertToggleAction.ExpertModeChangeListener |
DownloadDialog.expertListener |
Modifier and Type | Method and Description |
---|---|
private ExpertToggleAction.ExpertModeChangeListener |
DownloadDialog.getExpertModeListenerForDownloadSources()
Creates listener that removes/adds download sources from/to
downloadSourcesTab
depending on the current mode. |
Modifier and Type | Class and Description |
---|---|
class |
GpxLayer
A layer that displays data from a Gpx file / the OSM gpx downloads.
|
Modifier and Type | Class and Description |
---|---|
class |
PreferenceTabbedPane
The preference settings.
|