| Package | Description |
|---|---|
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.gui | |
| 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.preferences |
Provides generic classes for handling JOSM preferences.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<java.lang.ref.WeakReference<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) |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and
delete them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreferenceTabbedPane
The preference settings.
|