Uses of Interface
org.openstreetmap.josm.command.PseudoCommand
-
Packages that use PseudoCommand Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.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 -
-
Uses of PseudoCommand in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement PseudoCommand Modifier and Type Class Description private static classJoinAreasAction.JoinAreaCommand -
Uses of PseudoCommand in org.openstreetmap.josm.command
Classes in org.openstreetmap.josm.command that implement PseudoCommand Modifier and Type Class Description classAbstractNodesCommand<C extends java.util.Collection<Node>>Abstracts superclass ofChangeNodesCommand/RemoveNodesCommand.classAddCommandA command that adds an osm primitive to a dataset.classAddPrimitivesCommandAdd primitives to a data layer.classChangeCommandCommand that basically replaces one OSM primitive by another of the same type.classChangeMembersCommandCommand that changes the members of a relation.classChangeNodesCommandCommand that changes the nodes list of a way.classChangePropertyCommandCommand that manipulate the key/value structure of several objects.(package private) static classChangePropertyCommand.OsmPseudoCommandclassChangePropertyKeyCommandCommand that replaces the key of one or several objects(package private) static classChangePropertyKeyCommand.SinglePrimitivePseudoCommandclassChangeRelationMemberRoleCommandCommand that changes the role of a relation memberclassCommandClasses implementing Command modify a dataset in a specific way.classDeleteCommandA command to delete a number of primitives from the dataset.private static classDeleteCommand.DeleteChildCommandclassMoveCommandMoveCommand moves a set of OsmPrimitives along the map.classPurgeCommandCommand, to purge a list of primitives.classRemoveNodesCommandCommand that removes a set of nodes from a way.classRotateCommandRotateCommand rotates a number of objects around their centre.classScaleCommandCommand, to scale a given set of primitives.classSelectCommandCommand that selects OSM primitivesclassSequenceCommandA command consisting of a sequence of other commands.classSplitWayCommandSplits a way into multiple ways (all identical except for their node list).classTransformNodesCommandAbstract class with common services for nodes rotation and scaling commands.Methods in org.openstreetmap.josm.command that return types with arguments of type PseudoCommand Modifier and Type Method Description java.util.Collection<PseudoCommand>ChangePropertyCommand. getChildren()java.util.Collection<PseudoCommand>ChangePropertyKeyCommand. getChildren()java.util.Collection<PseudoCommand>DeleteCommand. getChildren()default java.util.Collection<PseudoCommand>PseudoCommand. getChildren()Returns the subcommands of this command.java.util.Collection<PseudoCommand>SequenceCommand. getChildren() -
Uses of PseudoCommand in org.openstreetmap.josm.command.conflict
Classes in org.openstreetmap.josm.command.conflict that implement PseudoCommand Modifier and Type Class Description classConflictAddCommandCommand used to add a new conflict.classConflictResolveCommandclassCoordinateConflictResolveCommandRepresents the resolution of a conflict between the coordinates of twoNodes.classDeletedStateConflictResolveCommandRepresents the resolution of a conflict between the deleted flag of twoOsmPrimitives.classModifiedConflictResolveCommandRepresents the resolution of a conflict between the modified flag of twoOsmPrimitives.classRelationMemberConflictResolverCommandRepresents the resolution of conflicts in the member list of twoRelations.classTagConflictResolveCommandRepresents the resolution of a tag conflict in anOsmPrimitive.classVersionConflictResolveCommandRepresents the resolution of a version conflict between twoOsmPrimitives.classWayNodesConflictResolverCommandRepresents the resolution of conflicts in the node list of twoWays. -
Uses of PseudoCommand in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement PseudoCommand Modifier and Type Class Description private static classValidatorDialog.AutofixCommandFields in org.openstreetmap.josm.gui.dialogs declared as PseudoCommand Modifier and Type Field Description protected PseudoCommandCommandListMutableTreeNode. cmdMethods in org.openstreetmap.josm.gui.dialogs that return PseudoCommand Modifier and Type Method Description PseudoCommandCommandListMutableTreeNode. getCommand()Returns the command.PseudoCommandCommandStackDialog. getSelectedCommand()Returns the selected undo/redo commandMethods in org.openstreetmap.josm.gui.dialogs with parameters of type PseudoCommand Modifier and Type Method Description protected static java.util.Collection<? extends OsmPrimitive>CommandStackDialog. getAffectedPrimitives(PseudoCommand c)Return primitives that are affected by some commandprotected CommandListMutableTreeNodeCommandStackDialog. getNodeForCommand(PseudoCommand c)Wraps a command in a CommandListMutableTreeNode.Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type PseudoCommand Constructor Description CommandListMutableTreeNode(PseudoCommand cmd)Constructs a newCommandListMutableTreeNode.
-