de.uni_paderborn.fujaba.uml.actions
Class DeleteAssocAction
java.lang.Object
javax.swing.AbstractAction
de.uni_paderborn.fujaba.uml.actions.DeleteAssocAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
- public class DeleteAssocAction
- extends javax.swing.AbstractAction
Delete the assoc.
- Version:
- $Revision: 1.22.2.1 $
- Author:
- $Author: creckord $
- See Also:
- Serialized Form
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 |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
getValue(java.lang.String key)
Gets the Object associated with the specified key. |
void |
putValue(java.lang.String key,
java.lang.Object newValue)
Sets the Value associated with the specified key. |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteAssocAction
public DeleteAssocAction()
putValue
public void putValue(java.lang.String key,
java.lang.Object newValue)
- Sets the
Value
associated with the specified key.
- Parameters:
key
- the String
that identifies the stored objectnewValue
- the Object
to store using this key- See Also:
Action.putValue(java.lang.String, java.lang.Object)
getValue
public java.lang.Object getValue(java.lang.String key)
- Gets the
Object
associated with the specified key.
- Parameters:
key
- a string containing the specified key
- Returns:
- the binding
Object
stored with this key; if there are no keys,
it will return null
- See Also:
Action.getValue(java.lang.String)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
event
- No description provided