com.eviware.soapui.impl.wsdl.panels.teststeps.support
Interface GroovyEditorModel

All Known Implementing Classes:
WsdlMockOperationDesktopPanel.DispatchScriptGroovyEditorModel, WsdlMockOperationDesktopPanel.DispatchXPathGroovyEditorModel

public interface GroovyEditorModel

Model used by custom GrooyEditor

Author:
ole.matzura

Method Summary
 java.lang.String[] getKeywords()
           
 javax.swing.Action getRunAction()
           
 java.lang.String getScript()
           
 Settings getSettings()
           
 void setScript(java.lang.String text)
           
 

Method Detail

getKeywords

java.lang.String[] getKeywords()

getScript

java.lang.String getScript()

setScript

void setScript(java.lang.String text)

getRunAction

javax.swing.Action getRunAction()

getSettings

Settings getSettings()


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