|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdvancedCommandHandler
Interface allowing the commands to expose context dependent list of supported arguments, parameters and values. It is intended to help users design commands through the script editor and command wizard GUI components.
T-Plan Robot Enterprise, (C) 2009-2012 T-Plan Limited. All rights reserved.
| Method Summary | |
|---|---|
List |
getArguments(String command,
ScriptingContext context)
Get the list of supported arguments. |
List |
getParameters(String command,
ScriptingContext context)
Get the list of supported parameters. |
List |
getParameterValues(String paramName,
String command,
ScriptingContext context)
Get values of a particular parameter. |
| Methods inherited from interface com.tplan.robot.scripting.commands.CommandHandler |
|---|
addCommandListener, canRunWithoutConnection, execute, getCommandNames, getContextArgument, getContextAttributes, getContextShortcut, getStablePopupMenuItems, isGlobalPrerequisity, removeCommandListener, validate |
| Method Detail |
|---|
List getArguments(String command,
ScriptingContext context)
command - the current command.context - a context.
List getParameters(String command,
ScriptingContext context)
command - the current conmmand text (complete).context - a context.
List getParameterValues(String paramName,
String command,
ScriptingContext context)
paramName - parameter name.command - the current conmmand text (complete).context - a context.
|
T-Plan Robot Enterprise 3.2 Build No. 3.2-20121217.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||