| Package | Description |
|---|---|
| org.openstreetmap.josm | |
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.actions.relation | |
| org.openstreetmap.josm.data | |
| 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.relation.actions |
| Modifier and Type | Field and Description |
|---|---|
private OsmDataLayer.CommandQueueListener |
Main.redoUndoListener |
| Modifier and Type | Class and Description |
|---|---|
class |
RedoAction
Redoes the last command.
|
class |
UndoAction
Undoes the last command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecentRelationsAction
Action for accessing recent relations.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<OsmDataLayer.CommandQueueListener> |
UndoRedoHandler.listenerCommands |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UndoRedoHandler.addCommandQueueListener(OsmDataLayer.CommandQueueListener l)
Adds a command queue listener.
|
void |
UndoRedoHandler.removeCommandQueueListener(OsmDataLayer.CommandQueueListener l)
Removes a command queue listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshAction
Refresh relation.
|