Package com.iizix.term.ee
Class EEField
java.lang.Object
com.iizix.term.ee.EEField
- All Implemented Interfaces:
- Comparable<EEField>
Loads the EE field from the EE screen file.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- intThe host attribute of the field (3270 or 5250 dependent).- booleanUnderline flag.- final intThe length of the field in the PS.- final intPosition of this field in the PS.
- Constructor SummaryConstructors
- Method Summary
- Field Details- positionpublic final int positionPosition of this field in the PS.
- lengthpublic final int lengthThe length of the field in the PS.
- attributepublic int attributeThe host attribute of the field (3270 or 5250 dependent).
- isUnderlinedpublic boolean isUnderlinedUnderline flag.
 
- Constructor Details- EEFieldLoads the EE field from the EE screen file.- Parameters:
- f- The X-file for reading.
- size- The file size.
- Throws:
- IOException- for file failures.
 
- EEFieldpublic EEField- (int pos, int len, int attr, boolean ul) Creation of a field for an unformatted screen.- Parameters:
- pos- Position on screen.
- len- Length of field (wrapping).
- attr- Attribute value.
- ul- Underline flag.
 
 
- Method Details