Uses of Class
adams.scripting.command.AbstractFlowAwareCommand
-
Packages that use AbstractFlowAwareCommand Package Description adams.scripting.command.basic adams.scripting.command.flow adams.scripting.command.gui -
-
Uses of AbstractFlowAwareCommand in adams.scripting.command.basic
Subclasses of AbstractFlowAwareCommand in adams.scripting.command.basic Modifier and Type Class Description class
Text
Just sends some text. -
Uses of AbstractFlowAwareCommand in adams.scripting.command.flow
Subclasses of AbstractFlowAwareCommand in adams.scripting.command.flow Modifier and Type Class Description class
RemoteFlowExecution
Allows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution. -
Uses of AbstractFlowAwareCommand in adams.scripting.command.gui
Subclasses of AbstractFlowAwareCommand in adams.scripting.command.gui Modifier and Type Class Description class
MenuItem
Launches the specified menu item on the remote machine.
-