Modelers

org.topcased.modeler.commands
Class DeleteBendpointCommand

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

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

Since:
3.1

Constructor Summary
DeleteBendpointCommand(GraphEdge link, int index)
           
 
Method Summary
 boolean canExecute()
           
 void execute()
           
 void undo()
           
 
Methods inherited from class org.eclipse.gef.commands.Command
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

DeleteBendpointCommand

public DeleteBendpointCommand(GraphEdge link,
                              int index)
Method Detail

canExecute

public boolean canExecute()
Overrides:
canExecute in class org.eclipse.gef.commands.Command

execute

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

undo

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

Modelers

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