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 classFlowRunnerExecutes 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 classMainGUI for ADAMS. -
Uses of RemoteScriptingEngineHandler in adams.gui.application
Classes in adams.gui.application that implement RemoteScriptingEngineHandler Modifier and Type Class Description classAbstractApplicationFrameAbstract 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 RemoteScriptingEngineHandlerAbstractCommand. m_RemoteScriptingEngineHandlerthe application context.Methods in adams.scripting.command that return RemoteScriptingEngineHandler Modifier and Type Method Description RemoteScriptingEngineHandlerAbstractCommand. getRemoteScriptingEngineHandler()Returns the application context.RemoteScriptingEngineHandlerRemoteCommand. getRemoteScriptingEngineHandler()Returns the application context.Methods in adams.scripting.command with parameters of type RemoteScriptingEngineHandler Modifier and Type Method Description voidAbstractCommand. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)Sets the application context.voidRemoteCommand. 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 RemoteScriptingEngineHandlerAbstractScriptingEngine. m_RemoteScriptingEngineHandlerthe application context.Methods in adams.scripting.engine that return RemoteScriptingEngineHandler Modifier and Type Method Description RemoteScriptingEngineHandlerAbstractScriptingEngine. getRemoteScriptingEngineHandler()Returns the application context.RemoteScriptingEngineHandlerRemoteScriptingEngine. getRemoteScriptingEngineHandler()Returns the application context.Methods in adams.scripting.engine with parameters of type RemoteScriptingEngineHandler Modifier and Type Method Description voidAbstractScriptingEngine. setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler value)Sets the application context.voidRemoteScriptingEngine. 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 classAbstractTerminalApplicationAncestor for terminal-based applications.
-