com.eviware.soapui.impl.wsdl.mock.dispatch
Class XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.mock.dispatch.XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel
All Implemented Interfaces:
GroovyEditorModel
Enclosing class:
XPathMockOperationDispatcher

public class XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel
extends java.lang.Object
implements GroovyEditorModel


Constructor Summary
XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String[] getKeywords()
           
 ModelItem getModelItem()
           
 javax.swing.Action getRunAction()
           
 java.lang.String getScript()
           
 java.lang.String getScriptName()
           
 Settings getSettings()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setScript(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel

public XPathMockOperationDispatcher.DispatchXPathGroovyEditorModel()
Method Detail

getKeywords

public java.lang.String[] getKeywords()
Specified by:
getKeywords in interface GroovyEditorModel

getRunAction

public javax.swing.Action getRunAction()
Specified by:
getRunAction in interface GroovyEditorModel

getScript

public java.lang.String getScript()
Specified by:
getScript in interface GroovyEditorModel

getSettings

public Settings getSettings()
Specified by:
getSettings in interface GroovyEditorModel

setScript

public void setScript(java.lang.String text)
Specified by:
setScript in interface GroovyEditorModel

getScriptName

public java.lang.String getScriptName()
Specified by:
getScriptName in interface GroovyEditorModel

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface GroovyEditorModel

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
removePropertyChangeListener in interface GroovyEditorModel

getModelItem

public ModelItem getModelItem()
Specified by:
getModelItem in interface GroovyEditorModel


Copyright © 2005-2009 eviware.com. All Rights Reserved.