Uses of Interface
adams.scripting.RemoteScriptingEngineHandler
-
Packages that use RemoteScriptingEngineHandler Package Description adams.flow adams.gui adams.gui.application adams.scripting.command adams.scripting.engine adams.terminal.application -
-
Uses of RemoteScriptingEngineHandler in adams.flow
Classes in adams.flow that implement RemoteScriptingEngineHandler Modifier and Type Class Description class
FlowRunner
Executes flows from command-line.
It is also possible to traverse a directory and execute all flows within that match a regular expression.
Using the 'no-execute' option, you can suppress the flow execution, but still test whether the flow loads and can be fully set up and wrapped up. -
Uses of RemoteScriptingEngineHandler in adams.gui
Classes in adams.gui that implement RemoteScriptingEngineHandler Modifier and Type Class Description class
Main
GUI for ADAMS. -
Uses of RemoteScriptingEngineHandler in adams.gui.application
Classes in adams.gui.application that implement RemoteScriptingEngineHandler Modifier and Type Class Description class
AbstractApplicationFrame
Abstract frame class for applications. -
Uses of RemoteScriptingEngineHandler in adams.scripting.command
Fields in adams.scripting.command declared as RemoteScriptingEngineHandler Modifier and Type Field Description protected RemoteScriptingEngineHandler
AbstractCommand. m_RemoteScriptingEngineHandler
the application context.Methods in adams.scripting.command that return RemoteScriptingEngineHandler Modifier and Type Method Description RemoteScriptingEngineHandler
AbstractCommand. getRemoteScriptingEngineHandler()
Returns the application context.RemoteScriptingEngineHandler
RemoteCommand. getRemoteScriptingEngineHandler()
Returns the application context.Methods in adams.scripting.command with parameters of type RemoteScriptingEngineHandler Modifier and Type Method Description void
AbstractCommand. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)
Sets the application context.void
RemoteCommand. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)
Sets the application context. -
Uses of RemoteScriptingEngineHandler in adams.scripting.engine
Fields in adams.scripting.engine declared as RemoteScriptingEngineHandler Modifier and Type Field Description protected RemoteScriptingEngineHandler
AbstractScriptingEngine. m_RemoteScriptingEngineHandler
the application context.Methods in adams.scripting.engine that return RemoteScriptingEngineHandler Modifier and Type Method Description RemoteScriptingEngineHandler
AbstractScriptingEngine. getRemoteScriptingEngineHandler()
Returns the application context.RemoteScriptingEngineHandler
RemoteScriptingEngine. getRemoteScriptingEngineHandler()
Returns the application context.Methods in adams.scripting.engine with parameters of type RemoteScriptingEngineHandler Modifier and Type Method Description void
AbstractScriptingEngine. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)
Sets the application context.void
RemoteScriptingEngine. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)
Sets the application context. -
Uses of RemoteScriptingEngineHandler in adams.terminal.application
Classes in adams.terminal.application that implement RemoteScriptingEngineHandler Modifier and Type Class Description class
AbstractTerminalApplication
Ancestor for terminal-based applications.
-