Interface | Description |
---|---|
AdvancedCommandHandler |
Interface allowing the commands to expose context dependent list of supported
arguments, parameters and values.
|
CommandHandler |
Interface of a single command defined in the T-Plan Robot Enterprise Scripting Language Specification.
|
CommandListener |
Command listener interface allows objects to receive events from individual
scripting command handlers.
|
ContextActionProvider |
Interface for command handlers that create dynamic actions for the command pop up
menu depending on the actual command syntax.
|
CustomCapabilities |
Custom command capabilities.
|
EditorFriendlyCommandHandler |
Interface for a command handler (or a Java test script method call) able to
cooperate with the script editor and/or to edit its parameters through a GUI
editor.
|
ExtendedParamsObject |
Allows objects created by commands such as image comparison modules or report
providers declare parameters and support them through the handling command.
|
OutputObject |
Output object interface.
|
RedisplayCapability |
Optional interface to allow the command property window to display the "OK &
Create New" button and keep the window open.
|
TimeoutDrivenCommand |
Interface of a command performing a time out based operation, such as
WaitFor, Click or Drag.
|
Class | Description |
---|---|
AbstractCombinedCommand |
Abstract class for commands that combine functionality of two or more
commands.
|
AbstractCommandHandler |
Base class for command handlers which implement functionality of individual
commands of the T-Plan Robot Enterprise proprietary scripting language.
|
BreakAction |
Break action encapsulates a flag which allows user to manually
break the command (make it stop).
|
CommandEvent |
Command events are fired by command handlers and indicate an action taken
on the desktop client (pointer event, key event, ...) or a change to one
of the objects in the context (new/modified variables, new screenshot
generated, ...).
|
CommandFactory |
Command handler factory allowing to deliver commands as plugins.
|
CommandListenerSupport |
Infrastructure for management of a pool of
CommandListener listeners. |
ScriptLogger |
Script execution stack trace & log/error recorder
|
ScriptLogger.CustomLogManager |
Custom
LogManager supporting calls during the process shutdown. |
TimerAction |
Timer action is used by timeout based commands (such as Wait or WaitFor) to
display count down messages on the status bar.
|
Enum | Description |
---|---|
ScriptLogger.ExitType |
Indicates why a script terminated, for example reaching of the code end,
call of the Exit command, stopping by the user or an app/process crash.
|