public class ScriptMockOperationDispatcher.DispatchScriptGroovyEditorModel extends Object implements GroovyEditorModel
Constructor and Description |
---|
DispatchScriptGroovyEditorModel() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
String[] |
getKeywords() |
ModelItem |
getModelItem() |
Action |
getRunAction() |
String |
getScript() |
String |
getScriptName() |
Settings |
getSettings() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
setScript(String text) |
public String[] getKeywords()
getKeywords
in interface GroovyEditorModel
public Action getRunAction()
getRunAction
in interface GroovyEditorModel
public String getScript()
getScript
in interface GroovyEditorModel
public Settings getSettings()
getSettings
in interface GroovyEditorModel
public void setScript(String text)
setScript
in interface GroovyEditorModel
public String getScriptName()
getScriptName
in interface GroovyEditorModel
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface GroovyEditorModel
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface GroovyEditorModel
public ModelItem getModelItem()
getModelItem
in interface GroovyEditorModel
Copyright © 2019. All Rights Reserved.