org.argouml.ui.explorer
Class ActionDeployProfile
java.lang.Object
javax.swing.AbstractAction
org.argouml.ui.explorer.ActionDeployProfile
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class ActionDeployProfile
- extends javax.swing.AbstractAction
Explorer action for deploying a user editable profile. Deploying means: save
it as an XMI file, immediately load it as a user profile, but don't activate
it (pointless, because a profile cannot be applied to itself), and also don't
change the configuration (so it will only be loaded on every startup when it
is deployed into a default profile directory).
- 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 |
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionDeployProfile
public ActionDeployProfile(java.lang.Object profile)
- Default Constructor
- Parameters:
profile - the selected profile
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)