org.argouml.uml.diagram.ui
Class ActionAddNote
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.diagram.ui.ActionAddNote
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionAddNote
- extends org.tigris.gef.undo.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.
- See Also:
- Serialized Form
ActionAddNote
public ActionAddNote()
- The constructor. This action is not global, since it is never disabled.
actionPerformed
public void actionPerformed(ActionEvent ae)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)