Uses of Class
com.iizix.term.HostScreen
Uses of HostScreen in com.iizigo.term.prop
Modifier and TypeMethodDescriptionvoid
EditorScreenFieldProp.assignFieldType
(HostScreen screen, int xOffset, int yOffset) Assigns the field type from the host field.EditorScreenIdentificationProp.getMatchString
(HostScreen screen, int xPopupOffset, int yPopupOffset) Get the current match string from host screen.EditorScreenIdentificationProp.getMatchString
(HostScreen screen, int xPopupOffset, int yPopupOffset, int x, int y, int cx, int cy) Get the match string from host screen for an identification at x,y with size cx,cy.Uses of HostScreen in com.iizix.term
Modifier and TypeMethodDescriptionboolean
HostField.isEmpty
(HostScreen screen) Checks if this field is protected and empty.ModifierConstructorDescriptionHostFields
(HostScreen screen) Creates an array of all host fields.HostPopupWindow
(HostScreen screen) Creates the host pop-up window analyzer.Uses of HostScreen in com.iizix.term.prop
Modifier and TypeMethodDescriptionboolean
ScreenIdentificationsProp.areMatching
(HostScreen screen, int xOffset, int yOffset) Checks if the identifications are matching.boolean
ScreenFieldProp.doesScreenMatch
(HostScreen screen) Checks if this host field belongs to a screen that is currently matching or not.int
ScreenFieldProp.getColor
(HostScreen screen) Gets the CGA color of this field.int
ScreenFieldProp.getColor
(HostScreen screen, boolean isDynamic) Gets the CGA color of this field.int
ScreenFieldProp.getColor
(HostScreen screen, int line) Gets the CGA color of a line in this field.int
ScreenFieldProp.getColor
(HostScreen screen, int line, boolean doCheckMatch) Gets the CGA color of a line in this field.int
ScreenFieldProp.getColor2
(HostScreen screen, boolean doCheckMatch) Gets the CGA color of this field.ScreenFieldProp.getHiddenHostFieldColumn
(HostScreen screen) Gets an array of all host field cells in a column.ScreenFieldProp.getHiddenHostString
(HostScreen screen) Gets the contents of this host field.ScreenFieldProp.getHiddenHostString
(HostScreen screen, boolean isDynamic) Gets the contents of this host field.ScreenFieldProp.getHiddenHostString
(HostScreen screen, boolean isDynamic, boolean dontWrap) Gets the contents of this host field.ScreenFieldProp.getHiddenHostString
(HostScreen screen, int line) Gets the contents of this host field.ScreenFieldProp.getHostField
(HostScreen screen) Gets the corresponding host field on the current host screen.ScreenFieldProp.getHostField
(HostScreen screen, boolean isDynamic) Gets the corresponding host field on the current host screen.ScreenFieldProp.getHostField
(HostScreen screen, int line) Gets the corresponding host field on the current host screen.ScreenFieldProp.getHostFieldColumn
(HostScreen screen) Gets an array of all host field cells in a column.ScreenFieldProp.getHostFieldColumn
(HostScreen screen, boolean doGetHidden) Gets an array of all host field cells in a column.ScreenFieldProp.getHostString
(HostScreen screen) Gets the contents of this host field.ScreenFieldProp.getHostString
(HostScreen screen, boolean doGetHidden) Gets the contents of this host field.ScreenFieldProp.getHostString
(HostScreen screen, boolean doGetHidden, boolean isDynamic) Gets the contents of this host field.ScreenFieldProp.getHostString
(HostScreen screen, boolean doGetHidden, boolean isDynamic, boolean dontWrap, boolean doCheckMatch) Gets the contents of this host field.ScreenFieldProp.getHostString
(HostScreen screen, boolean doGetHidden, int line) Gets the contents of this host field at a certain line.ScreenFieldProp.getHostString
(HostScreen screen, boolean doGetHidden, int line, boolean doCheckMatch) Gets the contents of this host field at a certain line.ScreenFieldProp.getHostString
(HostScreen screen, int line) Gets the contents of this host field.int
ScreenProp.getMatchingPopup
(HostScreen screen) Matches the screen with available pop-up windows.ScreenMatcher.getMatchingScreen
(HostScreen screen, ArrayList<ScreenProp> match) Checks which screens match.int
ScreenFieldProp.getTotalWidth
(HostScreen screen, boolean isDynamic) Get this field total width.int
ScreenFieldProp.getTotalWidth
(HostScreen screen, boolean isDynamic, boolean dontWrap) Get this field total width.boolean
ScreenIdentificationProp.isMatching
(HostScreen screen, int xOffset, int yOffset) Checks if this identification matches the host screen.boolean
ScreenProp.isMatching
(HostScreen screen) Checks if this screen matches the current host screen, checking size and possible pop-up windows.boolean
ScreenProp.isMatching
(HostScreen screen, Rect popupWindow) Checks if this screen matches the current host screen of the specified pop-up window.static boolean
ScreenIdentificationProp.isMatchingLax
(int type, String data, int x, int y, int cx, int cy, HostScreen screen, int xOffset, int yOffset) Checks if this identification matches the host screen.int
ScreenProp.populateVirtualSpace
(HostScreen hostScreen, boolean alwaysOverwrite) Populates the VirtualSpace from the host screen.