BendpointStuff
Class BendpointCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by BendpointStuff.BendpointCommand
Direct Known Subclasses:
CreateBendpointCommand, DeleteBendpointCommand, MoveBendpointCommand

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

Author:
jan TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
BendpointCommand()
           
 
Method Summary
 void redo()
           
 void setConnectionModel(VOCLAssociationRoleEditPart iConnection)
           
 void setIndex(int i)
           
 void setLocation(org.eclipse.draw2d.geometry.Point p)
           
 void setRelativeDimensions(org.eclipse.draw2d.geometry.Dimension dim1, org.eclipse.draw2d.geometry.Dimension dim2)
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, execute, getDebugLabel, getLabel, setDebugLabel, setLabel, undo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BendpointCommand

public BendpointCommand()
Method Detail

redo

public void redo()
Overrides:
redo in class org.eclipse.gef.commands.Command

setRelativeDimensions

public void setRelativeDimensions(org.eclipse.draw2d.geometry.Dimension dim1,
                                  org.eclipse.draw2d.geometry.Dimension dim2)

setIndex

public void setIndex(int i)

setLocation

public void setLocation(org.eclipse.draw2d.geometry.Point p)

setConnectionModel

public void setConnectionModel(VOCLAssociationRoleEditPart iConnection)