|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.vhi.script.api.command.Command com.wrq.vhi.script.api.command.WaitForCursorAtLocation
public class WaitForCursorAtLocation
A class that represents a VHI WaitForCursorAtLocation command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForCursorAtLocation(int, int, int)
Constructor Summary | |
---|---|
WaitForCursorAtLocation(int row,
int column,
int timeout)
Constructs a new WaitForCursorAtLocation command. |
Method Summary | |
---|---|
int |
getColumn()
Gets the column. |
java.lang.String |
getName()
Gets the command name. |
int |
getRow()
Gets the row. |
int |
getTimeout()
Gets the timeout. |
Methods inherited from class com.wrq.vhi.script.api.command.Command |
---|
isValidEchoType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaitForCursorAtLocation(int row, int column, int timeout)
row
- the one-based screen row (HostSession.ANY_ROW
matches any row)column
- the one-based screen column (HostSession.ANY_COLUMN
matches any column)timeout
- the maximum time to wait in secondsMethod Detail |
---|
public int getRow()
HostSession.ANY_ROW
matches any row)public int getColumn()
HostSession.ANY_COLUMN
matches any column)public int getTimeout()
public java.lang.String getName()
getName
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |