org.argouml.uml.ui
Class ActionAddPackage
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.ActionAddPackage
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionAddPackage
- extends org.tigris.gef.undo.UndoableAction
Action to add a package to the selected model element in the
explorer. This is a shortcut that helps build model
structures quickly.
- See Also:
- Serialized Form
|
Constructor Summary |
ActionAddPackage()
Creates a new instance of ActionAddPackage. |
ActionAddPackage
public ActionAddPackage()
- Creates a new instance of ActionAddPackage.
actionPerformed
public void actionPerformed(ActionEvent e)
- Adds a package to the selected object in the nav pane.
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)