public interface ContextualDescriptionCapable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
String |
getDescription(ScriptingContext ctx,
List<String> parameters,
Map<String,String> values)
Get the element action description.
|
Icon |
getIcon(String argument)
Get the command icon.
|
String getDescription(ScriptingContext ctx, List<String> parameters, Map<String,String> values)
ctx
- the script context.parameters
- list of parameters specified for the element.values
- map of parameter values.