com.eviware.soapui.support.action
Class ActionExtensionPoint
java.lang.Object
javax.swing.AbstractAction
com.eviware.soapui.support.action.ActionExtensionPoint
- All Implemented Interfaces:
- MarkerAction, java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class ActionExtensionPoint
- extends javax.swing.AbstractAction
- implements MarkerAction
- Author:
- Lars H
- 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 |
modelItem
protected final ModelItem modelItem
ActionExtensionPoint
public ActionExtensionPoint(ModelItem modelItem,
java.lang.String id)
getModelItem
public ModelItem getModelItem()
getId
public java.lang.String getId()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Copyright © 2005-2007 eviware.com. All Rights Reserved.