org.argouml.uml.ui
Class AbstractActionNewModelElement

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.argouml.uml.ui.UMLAction
          extended byorg.argouml.uml.ui.UMLChangeAction
              extended byorg.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

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private  java.lang.Object _target
           
 
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
 java.lang.Object 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, getValue, isEnabled, markNeedsSave, putValue, shouldBeEnabled, stripJunk, updateEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_target

private java.lang.Object _target
Constructor Detail

AbstractActionNewModelElement

protected AbstractActionNewModelElement()
Method Detail

getTarget

public java.lang.Object 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-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook