Package | Description |
---|---|
org.openstreetmap.josm.command | |
org.openstreetmap.josm.command.conflict |
Provides commands for handling conflicts.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AddCommand
A command that adds an osm primitive to a dataset.
|
class |
AddPrimitivesCommand
Add primitives to a data layer.
|
class |
ChangeCommand
Command that basically replaces one OSM primitive by another of the same type.
|
class |
ChangeNodesCommand
Command that changes the nodes list of a way.
|
class |
ChangePropertyCommand
Command that manipulate the key/value structure of several objects.
|
class |
ChangePropertyKeyCommand
Command that replaces the key of one or several objects
|
class |
ChangeRelationMemberRoleCommand
Command that changes the role of a relation member
|
class |
Command
Classes implementing Command modify a dataset in a specific way.
|
class |
DeleteCommand
A command to delete a number of primitives from the dataset.
|
class |
MoveCommand
MoveCommand moves a set of OsmPrimitives along the map.
|
class |
PurgeCommand
Command, to purge a list of primitives.
|
class |
RemoveNodesCommand
Command that removes a set of nodes from a way.
|
class |
RotateCommand
RotateCommand rotates a number of objects around their centre.
|
class |
ScaleCommand |
class |
SelectCommand
Command that selects OSM primitives
|
class |
SequenceCommand
A command consisting of a sequence of other commands.
|
class |
TransformNodesCommand
Abstract class with common services for nodes rotation and scaling commands.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PseudoCommand> |
PseudoCommand.getChildren()
Returns the subcommands of this command.
|
java.util.Collection<PseudoCommand> |
SequenceCommand.getChildren() |
java.util.Collection<PseudoCommand> |
ChangePropertyCommand.getChildren() |
java.util.Collection<PseudoCommand> |
DeleteCommand.getChildren() |
java.util.Collection<PseudoCommand> |
ChangePropertyKeyCommand.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
ConflictAddCommand
Command used to add a new conflict.
|
class |
ConflictResolveCommand
|
class |
CoordinateConflictResolveCommand
Represents the resolution of a conflict between the coordinates of two
Node s. |
class |
DeletedStateConflictResolveCommand
Represents the resolution of a conflict between the deleted flag of two
OsmPrimitive s. |
class |
ModifiedConflictResolveCommand
Represents the resolution of a conflict between the modified flag of two
OsmPrimitive s. |
class |
RelationMemberConflictResolverCommand
Represents the resolution of conflicts in the member list of two
Relation s. |
class |
TagConflictResolveCommand
Represents the resolution of a tag conflict in an
OsmPrimitive . |
class |
VersionConflictResolveCommand
Represents the resolution of a version conflict between two
OsmPrimitive s. |
class |
WayNodesConflictResolverCommand
Represents the resolution of conflicts in the node list of two
Way s. |
Modifier and Type | Field and Description |
---|---|
protected PseudoCommand |
CommandListMutableTreeNode.cmd |
Modifier and Type | Method and Description |
---|---|
PseudoCommand |
CommandListMutableTreeNode.getCommand() |
Modifier and Type | Method and Description |
---|---|
protected CommandListMutableTreeNode |
CommandStackDialog.getNodeForCommand(PseudoCommand c,
int idx)
Wraps a command in a CommandListMutableTreeNode.
|
Constructor and Description |
---|
CommandListMutableTreeNode(PseudoCommand cmd,
int idx) |