org.argouml.uml.ui
Class AbstractActionNewModelElement

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.argouml.uml.ui.UMLAction
              |
              +--org.argouml.uml.ui.UMLChangeAction
                    |
                    +--org.argouml.uml.ui.AbstractActionNewModelElement
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Direct Known Subclasses:
ActionNewAction, ActionNewAction, ActionNewCompositeState, ActionNewEvent, ActionNewExtendExtensionPoint, ActionNewFinalState, ActionNewGuard, ActionNewModelElementConstraint, ActionNewPseudoState, ActionNewSimpleState, ActionNewStubState, ActionNewSubmachineState, ActionNewSynchState, ActionNewTransition, ActionNewUseCaseExtensionPoint

public abstract class AbstractActionNewModelElement
extends UMLChangeAction

Since:
Oct 3, 2002
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.uml.ui.UMLAction
cat, HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
protected AbstractActionNewModelElement()
           
 
Method Summary
 MModelElement getTarget()
          Returns the target.
 void setTarget(java.lang.Object target)
          Sets the target.
 
Methods inherited from class org.argouml.uml.ui.UMLChangeAction
actionPerformed
 
Methods inherited from class org.argouml.uml.ui.UMLAction
getMnemonic, getShortcut, isEnabled, markNeedsSave, shouldBeEnabled, stripJunk, updateEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActionNewModelElement

protected AbstractActionNewModelElement()
Method Detail

getTarget

public MModelElement getTarget()
Returns the target.

Returns:
MModelElement

setTarget

public void setTarget(java.lang.Object target)
Sets the target.

Parameters:
target - The target to set


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook