boolean | 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. |
---|
HostFieldColumnCell[] | ScreenFieldProp.getHiddenHostFieldColumn(HostScreen screen) | Gets an array of all host field cells in a column. |
---|
java.lang.String | ScreenFieldProp.getHiddenHostString(HostScreen screen) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHiddenHostString(HostScreen screen, boolean isDynamic) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHiddenHostString(HostScreen screen, boolean isDynamic, boolean dontWrap) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHiddenHostString(HostScreen screen, int line) | Gets the contents of this host field. |
---|
HostField | ScreenFieldProp.getHostField(HostScreen screen) | Gets the corresponding host field on the current host screen. |
---|
HostField | ScreenFieldProp.getHostField(HostScreen screen, boolean isDynamic) | Gets the corresponding host field on the current host screen. |
---|
HostField | ScreenFieldProp.getHostField(HostScreen screen, int line) | Gets the corresponding host field on the current host screen. |
---|
HostFieldColumnCell[] | ScreenFieldProp.getHostFieldColumn(HostScreen screen) | Gets an array of all host field cells in a column. |
---|
HostFieldColumnCell[] | ScreenFieldProp.getHostFieldColumn(HostScreen screen, boolean doGetHidden) | Gets an array of all host field cells in a column. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen, boolean doGetHidden) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen, boolean doGetHidden, boolean isDynamic) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen, boolean doGetHidden, boolean isDynamic, boolean dontWrap, boolean doCheckMatch) | Gets the contents of this host field. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen, boolean doGetHidden, int line) | Gets the contents of this host field at a certain line. |
---|
java.lang.String | ScreenFieldProp.getHostString(HostScreen screen, boolean doGetHidden, int line, boolean doCheckMatch) | Gets the contents of this host field at a certain line. |
---|
java.lang.String | 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. |
---|
ScreenProp | ScreenMatcher.getMatchingScreen(HostScreen screen, java.util.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, java.lang.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. |
---|