com.eviware.soapui.impl.wsdl.panels.teststeps.support
Class AbstractGroovyEditorModel
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.teststeps.support.AbstractGroovyEditorModel
- All Implemented Interfaces:
- GroovyEditorModel
public abstract class AbstractGroovyEditorModel
- extends java.lang.Object
- implements GroovyEditorModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGroovyEditorModel
public AbstractGroovyEditorModel(java.lang.String[] keywords,
Settings settings,
java.lang.String name)
getKeywords
public java.lang.String[] getKeywords()
- Specified by:
getKeywords
in interface GroovyEditorModel
getRunAction
public javax.swing.Action getRunAction()
- Specified by:
getRunAction
in interface GroovyEditorModel
createRunAction
public javax.swing.Action createRunAction()
getScript
public abstract java.lang.String getScript()
- Specified by:
getScript
in interface GroovyEditorModel
getSettings
public Settings getSettings()
- Specified by:
getSettings
in interface GroovyEditorModel
setScript
public abstract void setScript(java.lang.String text)
- Specified by:
setScript
in interface GroovyEditorModel
getScriptName
public java.lang.String getScriptName()
- Specified by:
getScriptName
in interface GroovyEditorModel
Copyright © 2005-2008 eviware.com. All Rights Reserved.