|
|||||||||
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.WaitForDisplayString
public class WaitForDisplayString
A class that represents a VHI WaitForDisplayString command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForDisplayString(java.lang.String, int, int, boolean, int)
Constructor Summary | |
---|---|
WaitForDisplayString(java.lang.String text,
int timeout,
int row,
int column,
boolean relativeToCursor)
Constructs a new Transmit command |
Method Summary | |
---|---|
int |
getColumn()
Gets the column. |
java.lang.String |
getName()
Gets the command name. |
int |
getRow()
Gets the row. |
java.lang.String |
getText()
Gets the text to wait to appear. |
int |
getTimeout()
Gets the wait timeout. |
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 WaitForDisplayString(java.lang.String text, int timeout, int row, int column, boolean relativeToCursor)
text
- timeout
- row
- column
- relativeToCursor
- Method Detail |
---|
public java.lang.String getText()
public int getTimeout()
public int getRow()
HostSession.ANY_ROW
matches any row)public int getColumn()
HostSession.ANY_COLUMN
matches any column)public boolean isRelativeToCursor()
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 |