Package org.tn5250j.framework.tn5250
Class WTDSFParser
- java.lang.Object
-
- org.tn5250j.framework.tn5250.WTDSFParser
-
public class WTDSFParser extends java.lang.ObjectWrite To Display Structured Field: This module will parse the structured field information for enhanced emulation mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classWTDSFParser.ChoiceFieldprotected classWTDSFParser.Window
-
Method Summary
Modifier and Type Method Description protected voidaddChoiceField(int row, int col, int fldRow, int fldCol, java.lang.String text)protected voidclearGuiStructs()protected voidcreateWindow(int depth, int width, int type, boolean gui, int monoAttr, int colorAttr, int ul, int upper, int ur, int left, int right, int ll, int bottom, int lr)protected byte[]getSegmentAtPos(int pos)protected booleanisGuisExists()protected booleanparseWriteToDisplayStructuredField(byte[] seg)
-
-
-
Method Detail
-
addChoiceField
protected void addChoiceField(int row, int col, int fldRow, int fldCol, java.lang.String text)
-
isGuisExists
protected boolean isGuisExists()
-
getSegmentAtPos
protected byte[] getSegmentAtPos(int pos)
-
clearGuiStructs
protected void clearGuiStructs()
-
parseWriteToDisplayStructuredField
protected boolean parseWriteToDisplayStructuredField(byte[] seg)
-
createWindow
protected void createWindow(int depth, int width, int type, boolean gui, int monoAttr, int colorAttr, int ul, int upper, int ur, int left, int right, int ll, int bottom, int lr)
-
-