| Package | Description |
|---|---|
| org.tn5250j.framework.tn5250 |
| Modifier and Type | Method and Description |
|---|---|
ScreenField |
ScreenFields.findByPosition(int targetPosition)
Searches the collection for the target position and returns the ScreenField
object containing that position.
|
ScreenField |
ScreenFields.findByPosition(int row,
int col)
Searches the collection for the target position and returns the ScreenField
object containing that position.
|
ScreenField |
ScreenFields.findByString(String targetString,
int startPos,
int length,
int dir,
boolean ignoreCase)
Searches the collection for the target string and returns the iOhioField
object containing that string.
|
ScreenField |
ScreenFields.getCurrentField() |
ScreenField |
ScreenFields.getField(int index) |
ScreenField[] |
ScreenFields.getFields() |
ScreenField |
ScreenFields.getFirstInputField() |
protected ScreenField |
ScreenField.setField(int attr,
int len,
int ffw1,
int ffw2,
int fcw1,
int fcw2) |
protected ScreenField |
ScreenFields.setField(int attr,
int row,
int col,
int len,
int ffw1,
int ffw2,
int fcw1,
int fcw2) |
protected ScreenField |
ScreenField.setField(int attr,
int row,
int col,
int len,
int ffw1,
int ffw2,
int fcw1,
int fcw2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Screen5250.drawField(ScreenField screenField)
Draws the field on the screen.
|
protected boolean |
Screen5250.gotoField(ScreenField screenField)
Convenience method to set the field object passed as the currect working
screen field
|
protected void |
ScreenFields.setCurrentField(ScreenField sf) |
protected void |
Screen5250.setFieldHighlighted(ScreenField sf)
Set the field to be displayed as highlighted.
|
protected void |
Screen5250.unsetFieldHighlighted(ScreenField sf)
Draw the field as un higlighted.
|
Copyright © 2018. All rights reserved.