Modelers

org.topcased.modeler.commands
Class MoveEdgeObjectUVCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.topcased.modeler.commands.MoveEdgeObjectUVCommand

public class MoveEdgeObjectUVCommand
extends org.eclipse.gef.commands.Command

A command to move EdgeObjectUV

Creation : 3 nov. 2005


Constructor Summary
MoveEdgeObjectUVCommand(EdgeObjectUV edgeObject, int newUDistance, int newVDistance)
           
 
Method Summary
 void execute()
           
 void undo()
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, redo, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveEdgeObjectUVCommand

public MoveEdgeObjectUVCommand(EdgeObjectUV edgeObject,
                               int newUDistance,
                               int newVDistance)
Method Detail

execute

public void execute()
Overrides:
execute in class org.eclipse.gef.commands.Command
See Also:
Command.execute()

undo

public void undo()
Overrides:
undo in class org.eclipse.gef.commands.Command
See Also:
Command.undo()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.