org.argouml.uml.diagram.ui
Class ActionAddNote

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

public class ActionAddNote
extends UndoableAction

Action to add a note aka comment. This action adds a Comment to 0..* modelelements.

The modelelements that are present on the current diagram, are connected graphically. All others are only annotated in the model.


Constructor Summary
ActionAddNote()
          The constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAddNote

public ActionAddNote()
The constructor. This action is not global, since it is never disabled.

Method Detail

actionPerformed

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


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook