|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelMoveCursorForwardEvent
Model move cursor forward event information.
ModelEventHandler.moveCursorForward(com.wrq.vhi.script.api.ModelMoveCursorForwardEvent)
Method Summary | |
---|---|
void |
defaultMoveCursorForward()
Executes the model-defined move cursor forward command list and waits for the cursor position to change. |
Methods inherited from interface com.wrq.vhi.script.api.ModelCursorEvent |
---|
getEventCursorPosition, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent |
---|
getHostSession |
Method Detail |
---|
void defaultMoveCursorForward() throws ApptrieveException
An exception will be thrown if the move forward command list fails or the cursor does not end up at a tab stop when tab stops are defined.
NOTE: An exception will not be thrown if the cursor does not move.
ApptrieveException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |