|
|||||||||
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.MoveCursor
public class MoveCursor
A class that represents a VHI MoveCursor command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.moveCursor(int, int)
Constructor Summary | |
---|---|
MoveCursor(int row,
int column)
Constructs a new MoveCursor command. |
Method Summary | |
---|---|
int |
getColumn()
Gets the cursor column. |
java.lang.String |
getName()
Gets the command name. |
int |
getRow()
Gets the cursor row. |
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 MoveCursor(int row, int column)
row
- one-based vertical position of the cursor
(HostSession.CURRENT_ROW
means the current cursor row).column
- one-based horizontal position of the cursor
(HostSession.CURRENT_COLUMN
means the current cursor column).Method Detail |
---|
public int getRow()
HostSession.CURRENT_ROW
means the current cursor row).public int getColumn()
HostSession.CURRENT_COLUMN
means the current cursor column).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 |