Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
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.dialogs.relation.actions |
Provides the classes for relation editor actions.
|
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<UndoRedoHandler.CommandQueueListener> |
UndoRedoHandler.listenerCommands |
Modifier and Type | Method and Description |
---|---|
boolean |
UndoRedoHandler.addCommandQueueListener(UndoRedoHandler.CommandQueueListener l)
Adds a command queue listener.
|
void |
UndoRedoHandler.removeCommandQueueListener(UndoRedoHandler.CommandQueueListener l)
Removes a command queue listener.
|
Modifier and Type | Field and Description |
---|---|
private UndoRedoHandler.CommandQueueListener |
MainApplication.redoUndoListener
Listener that sets the enabled state of undo/redo menu entries.
|
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.
|