Serialized Form

Class screenT27.QScreenT27 implements Serializable

Serialized Fields

m_rcvFccStored

boolean m_rcvFccStored

b_ranOut

boolean b_ranOut

b_screenCaptured

boolean b_screenCaptured

b_topLineDone

boolean b_topLineDone

m_rcvCurrentFCC

int m_rcvCurrentFCC

m_rcvSOprot

int m_rcvSOprot

m_rcvStartCol

int m_rcvStartCol

m_srmResp

screen.QScreenRow m_srmResp

m_srmMsg

screen.QScreenRow m_srmMsg

scrHostKeyPrograms

java.lang.String[] scrHostKeyPrograms

m_line25buf

char[] m_line25buf

m_rcvCurrentColour

byte m_rcvCurrentColour

m_screenMode

int m_screenMode

m_outData

util.QDataBuffer m_outData

m_graphRect

java.awt.Rectangle m_graphRect

b_alarmDisabled

boolean b_alarmDisabled

b_needScan

boolean b_needScan

b_noAlign

boolean b_noAlign

b_screenOffset

boolean b_screenOffset

b_searchEnabled

boolean b_searchEnabled

b_screenInvalidated

boolean b_screenInvalidated

m_controlKeyMode

int m_controlKeyMode

m_dcpCol

int m_dcpCol

m_dcpRow

int m_dcpRow

m_mhCol

int m_mhCol

m_mhRow

int m_mhRow

m_hostPage

int m_hostPage

m_visiblePage

int m_visiblePage

m_xmitMode

int m_xmitMode

m_searchChar

char m_searchChar

m_1stCmdChr

char m_1stCmdChr

m_2ndCmdChr

char m_2ndCmdChr

m_SRflags

int m_SRflags

m_saveRow

int m_saveRow

m_saveCol

int m_saveCol

m_saveAttn

int m_saveAttn

m_colorFields

byte[] m_colorFields

m_tempStorage

byte[] m_tempStorage
This module (the display handler) analyses and takes appropriate action (like setting fields) and displaying the straight text fields. The following fields are used: b_fccEnabled 0=non-forms 1=forms-mode m_status 0=rcv-mode (msgWait to block?) 1=local-mode 2=xmit-mode m_HSflags flags m_dcpRow host row m_dcpCol host col The screen attributes are modelled on the UTS setings,as follows: Unprotected left justified... atMunprot Unprotected right justified.. atMunprot + atRight Protected transmittable...... atMprotect + atSOprot Protected non-transmittable.. atMprotect hilite start or end.......... atHi (= atEmProt) The difficulty is the "protected non-transmittable" because this is the normal blank area of the screen, which is usually unprotected.


Class screen.QScreenTerm implements Serializable

Serialized Fields

m_listeners

java.util.Vector m_listeners
Array of QTermEventListeners


Class screenUTS.QScreenUTS implements Serializable

Serialized Fields

m_rcvFccStored

boolean m_rcvFccStored

b_ranOut

boolean b_ranOut

b_screenCaptured

boolean b_screenCaptured

b_topLineDone

boolean b_topLineDone

m_rcvCurrentFCC

int m_rcvCurrentFCC

m_rcvSOprot

int m_rcvSOprot

m_rcvStartCol

int m_rcvStartCol

m_srmResp

screen.QScreenRow m_srmResp

m_srmMsg

screen.QScreenRow m_srmMsg

m_rcvCurrentColour

byte m_rcvCurrentColour

m_screenMode

int m_screenMode

m_outData

util.QDataBuffer m_outData

m_graphRect

java.awt.Rectangle m_graphRect

m_SRflags

int m_SRflags

m_saveRow

int m_saveRow

m_saveCol

int m_saveCol

m_saveAttn

int m_saveAttn

m_colorFields

byte[] m_colorFields


Class screen.QTermEvent implements Serializable

Serialized Fields

m_col

int m_col

m_count

int m_count

m_info

int m_info

m_result

int m_result

m_row

int m_row

m_string

java.lang.String m_string

m_returnedString

java.lang.String m_returnedString

m_qmsg

util.QMsg m_qmsg