Uses of Class
adams.core.scripting.JepScript
-
Packages that use JepScript Package Description adams.flow.source adams.flow.standalone adams.gui.core -
-
Uses of JepScript in adams.flow.source
Fields in adams.flow.source declared as JepScript Modifier and Type Field Description protected JepScript
Jep. m_InlineScript
the inline script.Methods in adams.flow.source that return JepScript Modifier and Type Method Description protected JepScript
Jep. getDefaultInlineScript()
Returns the default inline script.JepScript
Jep. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.source with parameters of type JepScript Modifier and Type Method Description void
Jep. setInlineScript(JepScript value)
Sets the inline script to use instead of the external script file. -
Uses of JepScript in adams.flow.standalone
Fields in adams.flow.standalone declared as JepScript Modifier and Type Field Description protected JepScript
Jep. m_InlineScript
the inline script.Methods in adams.flow.standalone that return JepScript Modifier and Type Method Description protected JepScript
Jep. getDefaultInlineScript()
Returns the default inline script.JepScript
Jep. getInlineScript()
Gets the inline script to use instead of the external script file.Methods in adams.flow.standalone with parameters of type JepScript Modifier and Type Method Description void
Jep. setInlineScript(JepScript value)
Sets the inline script to use instead of the external script file. -
Uses of JepScript in adams.gui.core
Methods in adams.gui.core that return JepScript Modifier and Type Method Description JepScript
JepSyntaxEditorPanel. getScript()
Returns the current script.
-