Package | Description |
---|---|
com.attachmate.UPG.common |
Modifier and Type | Method and Description |
---|---|
boolean |
IScreenUPG.findField(int inRow,
int inCol,
int inMode,
int inType,
int inWrap,
MutableInt outRow,
MutableInt outColumn,
MutableInt outLength,
MutableInt outAttribute)
Searches the presentation space for the specified field, beginning from the row
and column position specified.
|
boolean |
IScreen.findField(int inRow,
int inCol,
int inMode,
int inType,
int inWrap,
MutableInt outRow,
MutableInt outColumn,
MutableInt outLength,
MutableInt outAttribute) |
boolean |
IScreenUPG.findFieldEx(int inbeginIndex,
int inMode,
int inType,
int inWrap,
MutableInt outRow,
MutableInt outCol,
MutableInt outLength,
MutableInt outAttribute)
Searches the presentation space for the specified field, beginning from the index
(field number) specified.
|
boolean |
IScreenUPG.findString(String inText,
int inStartRow,
int inStartColumn,
MutableInt outRow,
MutableInt outColumn)
Searches the presentation space for the specified text string, starting at the
specified position.
|
boolean |
IScreen.findString(String inText,
int inStartRow,
int inStartColumn,
MutableInt outRow,
MutableInt outColumn) |
boolean |
IScreenUPG.findStringEx(String inText,
int inStartRow,
int inStartColumn,
int inEndRow,
int inEndColumn,
int inArea,
int inWrap,
int inDir,
MutableInt outRow,
MutableInt outColumn)
Searches the presentation space for the specified text string, from the specified start
position to the specified end position.
|
boolean |
IScreen.findStringEx(String inText,
int inStartRow,
int inStartColumn,
int inEndRow,
int inEndColumn,
int inArea,
int inWrap,
int inDir,
MutableInt outRow,
MutableInt outColumn) |
void |
IScreenUPG.getCursor(MutableInt outRow,
MutableInt outColumn)
Returns the current cursor position.
|
void |
IScreen.getCursor(MutableInt outRow,
MutableInt outColumn) |