org.argouml.uml.diagram.ui
Class ActionAddExistingEdge

java.lang.Object
  extended by UndoableAction
      extended by org.argouml.uml.diagram.ui.ActionAddExistingEdge

public class ActionAddExistingEdge
extends UndoableAction

ActionAddExistingEdge enables pasting of an existing edge into a Diagram.


Constructor Summary
ActionAddExistingEdge(java.lang.String name, java.lang.Object edgeObject)
          Constructor for ActionAddExistingEdge.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAddExistingEdge

public ActionAddExistingEdge(java.lang.String name,
                             java.lang.Object edgeObject)
Constructor for ActionAddExistingEdge.

Parameters:
name - the name of the action
edgeObject - the edge (the UML ModelElement!)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)

isEnabled

public boolean isEnabled()


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook