com.wrq.vhi.script.api
Interface ModelCursorEvent
- All Superinterfaces:
- Event, HostSessionEvent, ModelEvent
- All Known Subinterfaces:
- ModelMoveCursorBackwardEvent, ModelMoveCursorEvent, ModelMoveCursorForwardEvent
public interface ModelCursorEvent
- extends ModelEvent, HostSessionEvent
Model cursor event information.
getEventCursorPosition
CursorPosition getEventCursorPosition()
- Gets the cursor position when the event fired.
- Returns:
- the cursor position
getTabStops
CursorPosition[] getTabStops()
throws ApptrieveException
- Gets the list of tab stops on the current entity. An empty array will be
returned if there is no current entity or if no tab stops are defined on
the current entity.
- Returns:
- the array of tab stops
- Throws:
ApptrieveException