|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.diagram.ui.ActionAddStereotype
Action to add a sterotype to a model element.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.AbstractAction |
|
| Field Summary | |
private static Logger |
LOG
Logger. |
private Object |
modelElement
|
private Object |
stereotype
|
| Fields inherited from class org.argouml.uml.ui.UMLAction |
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 | |
ActionAddStereotype(Object modelElement,
Object stereotype)
|
|
| Method Summary | |
void |
actionPerformed(ActionEvent ae)
|
Object |
getValue(String key)
Gets one of this object's properties using the associated key. |
| Methods inherited from class org.argouml.uml.ui.UMLAction |
getMnemonic, isEnabled, oldActionPerformed, putValue, shouldBeEnabled, 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 |
private static final Logger LOG
private Object modelElement
private Object stereotype
| Constructor Detail |
public ActionAddStereotype(Object modelElement,
Object stereotype)
| Method Detail |
public void actionPerformed(ActionEvent ae)
public Object getValue(String key)
UMLAction
getValue in interface ActiongetValue in class UMLActionkey - the name of the property.
UMLAction.putValue(String, Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2005 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |