Package | Description |
---|---|
org.openstreetmap.josm.command | |
org.openstreetmap.josm.gui.dialogs |
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 |
ConflictAddCommand |
class |
ConflictResolveCommand
|
class |
CoordinateConflictResolveCommand
Represents a the resolution of a conflict between the coordinates of two
Node s |
class |
DeleteCommand
A command to delete a number of primitives from the dataset.
|
class |
DeletedStateConflictResolveCommand
Represents a the resolution of a conflict between the coordinates of two
Node s |
class |
ModifiedConflictResolveCommand
Represents a command for to set the modified flag
OsmPrimitive |
class |
MoveCommand
MoveCommand moves a set of OsmPrimitives along the map.
|
class |
PurgeCommand
Command, to purge a list of primitives.
|
class |
RelationMemberConflictResolverCommand
Represent a command for resolving conflicts in the member lists of two
Relation s. |
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 |
SequenceCommand
A command consisting of a sequence of other commands.
|
class |
TagConflictResolveCommand
Represents a the resolution of a tag conflict in an
OsmPrimitive |
class |
TransformNodesCommand
Abstract class with common services for nodes rotation and scaling commands.
|
class |
VersionConflictResolveCommand
Represents a command for resolving a version conflict between two
OsmPrimitive |
class |
WayNodesConflictResolverCommand
Represent a command for resolving conflicts in the node list of two
Way s. |
Modifier and Type | Method and Description |
---|---|
Collection<PseudoCommand> |
SequenceCommand.getChildren() |
Collection<PseudoCommand> |
DeleteCommand.getChildren() |
Collection<PseudoCommand> |
PseudoCommand.getChildren()
Returns the subcommands of this command.
|
Collection<PseudoCommand> |
ChangePropertyCommand.getChildren() |
Collection<PseudoCommand> |
ChangePropertyKeyCommand.getChildren() |
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) |