Class WTDSFParser


  • public class WTDSFParser
    extends java.lang.Object
    Write To Display Structured Field: This module will parse the structured field information for enhanced emulation mode.
    • Method Summary

      Modifier and Type Method Description
      protected void addChoiceField​(int row, int col, int fldRow, int fldCol, java.lang.String text)  
      protected void clearGuiStructs()  
      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)  
      protected byte[] getSegmentAtPos​(int pos)  
      protected boolean isGuisExists()  
      protected boolean parseWriteToDisplayStructuredField​(byte[] seg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)