public interface ContextActionProvider
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
List<Action> |
getContextActions(EditorFriendlyInterpret interpret,
int offset)
Get the list of actions available for the specified offset (command line)
and script.
|
List<Action> getContextActions(EditorFriendlyInterpret interpret, int offset)
interpret
- the test script interpret.offset
- the offset in the document where the declaring command is situated.