Uses of Package
org.openstreetmap.josm.command

Packages that use org.openstreetmap.josm.command
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.mapmode   
org.openstreetmap.josm.command   
org.openstreetmap.josm.corrector   
org.openstreetmap.josm.data   
org.openstreetmap.josm.data.validation   
org.openstreetmap.josm.data.validation.tests   
org.openstreetmap.josm.gui.conflict.pair   
org.openstreetmap.josm.gui.conflict.pair.nodes   
org.openstreetmap.josm.gui.conflict.pair.properties   
org.openstreetmap.josm.gui.conflict.pair.relation   
org.openstreetmap.josm.gui.conflict.pair.tags   
org.openstreetmap.josm.gui.conflict.tags   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.relation   
org.openstreetmap.josm.gui.tagging   
org.openstreetmap.josm.tools   
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.actions
Command
          Classes implementing Command modify a dataset in a specific way.
SequenceCommand
          A command consisting of a sequence of other commands.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.actions.mapmode
Command
          Classes implementing Command modify a dataset in a specific way.
MoveCommand
          MoveCommand moves a set of OsmPrimitives along the map.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.command
Command
          Classes implementing Command modify a dataset in a specific way.
ConflictResolveCommand
          This is the common base class for Commands which manipulate Conflicts in addition to OsmPrimitives.
MoveCommand.OldState
          Small helper for holding the interesting part of the old data state of the objects.
PseudoCommand
          PseudoCommand is a reduced form of a command.
TransformNodesCommand
          Abstract class with common services for nodes rotation and scaling commands.
TransformNodesCommand.OldState
          Small helper for holding the interesting part of the old data state of the nodes.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.corrector
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.data
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.data.validation
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.data.validation.tests
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.pair
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.pair.nodes
WayNodesConflictResolverCommand
          Represent a command for resolving conflicts in the node list of two Ways.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.pair.properties
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.pair.relation
RelationMemberConflictResolverCommand
          Represent a command for resolving conflicts in the member lists of two Relations.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.pair.tags
TagConflictResolveCommand
          Represents a the resolution of a tag conflict in an OsmPrimitive
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.conflict.tags
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.dialogs
PseudoCommand
          PseudoCommand is a reduced form of a command.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.dialogs.relation
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.gui.tagging
Command
          Classes implementing Command modify a dataset in a specific way.
 

Classes in org.openstreetmap.josm.command used by org.openstreetmap.josm.tools
Command
          Classes implementing Command modify a dataset in a specific way.
 



JOSM