UML

org.topcased.modeler.uml.sequencediagram.commands
Class ExecutionChangeBoundsCommand

java.lang.Object
  extended by ChangeBoundsCommand
      extended by org.topcased.modeler.uml.sequencediagram.commands.ExecutionChangeBoundsCommand

public class ExecutionChangeBoundsCommand
extends ChangeBoundsCommand

Command to change the bounds of the execution and update the event order


Constructor Summary
ExecutionChangeBoundsCommand(GraphNode node, org.eclipse.draw2d.geometry.Rectangle constraint)
          Constructor
 
Method Summary
 void redo()
           
 void undo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionChangeBoundsCommand

public ExecutionChangeBoundsCommand(GraphNode node,
                                    org.eclipse.draw2d.geometry.Rectangle constraint)
Constructor

Parameters:
node - the node to resize
constraint - the new rectangle that contain the figure
Method Detail

redo

public void redo()
See Also:
Command.redo()

undo

public void undo()
See Also:
Command.undo()

UML

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