com.eviware.soapui.support.action
Class ActionExtensionPoint

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

Field Summary
protected  ModelItem modelItem
           
 
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
ActionExtensionPoint(ModelItem modelItem, java.lang.String id)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 java.lang.String getId()
           
 ModelItem getModelItem()
           
 
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
 

Field Detail

modelItem

protected final ModelItem modelItem
Constructor Detail

ActionExtensionPoint

public ActionExtensionPoint(ModelItem modelItem,
                            java.lang.String id)
Method Detail

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.