org.argouml.ui.explorer
Class ActionDeployProfile

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by 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

Field Summary
 
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
ActionDeployProfile(java.lang.Object profile)
          Default Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
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
 

Constructor Detail

ActionDeployProfile

public ActionDeployProfile(java.lang.Object profile)
Default Constructor

Parameters:
profile - the selected profile
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook