|
|||||||||
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.WaitForUpdate
public class WaitForUpdate
A class that represents a VHI WaitForUpdate command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForUpdate(int, int, int, int, int, boolean, int)
Constructor Summary | |
---|---|
WaitForUpdate(int topRow,
int leftColumn,
int bottomRow,
int rightColumn,
int regionType,
boolean relativeToCursor,
int timeout)
Constructs a new WaitForUpdate command. |
Method Summary | |
---|---|
int |
getBottomRow()
Gets the bottom row of the region. |
int |
getLeftColumn()
Gets the left column of the region. |
java.lang.String |
getName()
Gets the command name. |
int |
getRegionType()
Gets the region type. |
int |
getRightColumn()
Gets the right column of the region. |
int |
getTimeout()
Gets the timeout. |
int |
getTopRow()
Gets the top row of the region. |
boolean |
isRelativeToCursor()
Gets the relative to cursor flag. |
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 WaitForUpdate(int topRow, int leftColumn, int bottomRow, int rightColumn, int regionType, boolean relativeToCursor, int timeout)
topRow
- the top row of the region to watchleftColumn
- the left column of the region to watchbottomRow
- the bottom row of the region to watchrightColumn
- the right column of the region to watchregionType
- the type of region to use: HostSession.LINEAR_REGION
or HostSession.RECTANGULAR_REGION
.relativeToCursor
- true if the region is relative to the cursor positiontimeout
- the maximum time to wait in secondsMethod Detail |
---|
public int getTopRow()
public int getLeftColumn()
public int getBottomRow()
public int getRightColumn()
public int getRegionType()
HostSession.LINEAR_REGION
or HostSession.RECTANGULAR_REGION
.public boolean isRelativeToCursor()
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 |