Uses of Class
dev.galasa.zos3270.Zos3270Exception
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of Zos3270Exception in dev.galasa.zos3270
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeMethodDescriptionITerminal.reportExtendedScreen
(boolean printCursor, boolean printColour, boolean printHighlight, boolean printIntensity, boolean printProtected, boolean printNumeric, boolean printModified) Report to the log the current state of the terminal with optional extended datastream settingsITerminal.retrieveColourAtPosition
(int row, int col) Return the colour of the character at the cursor positionITerminal.retrieveHighlightAtPosition
(int row, int col) Return the highlighting of the character at the cursor positionITerminal.retrieveText
(int row, int col, int length) Retrieve text from the screen.ITerminal.retrieveTextAtCursor
(int length) Retrieve text from the screen.void
ITerminal.setCursorPosition
(int row, int col) Set the position of the CursorITerminal.waitForTextInField
(String string) int
ITerminal.waitForTextInField
(String[] ok, String[] error) int
ITerminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) -
Uses of Zos3270Exception in dev.galasa.zos3270.spi
Modifier and TypeMethodDescriptionScreen.printExtendedScreen
(boolean printCursor, boolean printColour, boolean printHighlight, boolean printIntensity, boolean printProtected, boolean printNumeric, boolean printModified) Terminal.reportExtendedScreen
(boolean printCursor, boolean printColour, boolean printHighlight, boolean printIntensity, boolean printProtected, boolean printNumeric, boolean printModified) Terminal.retrieveColourAtPosition
(int row, int col) Terminal.retrieveHighlightAtPosition
(int row, int col) Terminal.retrieveText
(int row, int col, int length) Terminal.retrieveTextAtCursor
(int length) void
Terminal.setCursorPosition
(int row, int col) int
Screen.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds) int
Screen.waitForTextInField
(String text, long maxWait) Terminal.waitForTextInField
(String text) int
Terminal.waitForTextInField
(String[] ok, String[] error) int
Terminal.waitForTextInField
(String[] ok, String[] error, long timeoutInMilliseconds)