Package | Description |
---|---|
com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
Modifier and Type | Method and Description |
---|---|
Field |
Map.field(int index)
Returns the field at the given index within this map.
|
Field |
Screen.field(int index)
Gets a field by index.
|
Field |
Map.field(int row,
int column)
Returns the field at the given row and column within this map.
|
Field |
Screen.field(int row,
int col)
Gets a field by screen position.
|