Uses of Interface
dev.galasa.zos3270.ITerminal
Packages that use ITerminal
Package
Description
CICS/TS Manager
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of ITerminal in dev.galasa.cicsts
Subinterfaces of ITerminal in dev.galasa.cicsts -
Uses of ITerminal in dev.galasa.cicsts.spi
Classes in dev.galasa.cicsts.spi that implement ITerminal -
Uses of ITerminal in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that return ITerminalModifier and TypeMethodDescriptionITerminal.backSpace()
ITerminal.backTab()
ITerminal.clear()
ITerminal.cursorDown()
ITerminal.cursorLeft()
ITerminal.cursorRight()
ITerminal.cursorUp()
ITerminal.enter()
ITerminal.eraseEof()
ITerminal.eraseInput()
ITerminal.home()
ITerminal.newLine()
ITerminal.pa1()
ITerminal.pa2()
ITerminal.pa3()
ITerminal.pf1()
ITerminal.pf10()
ITerminal.pf11()
ITerminal.pf12()
ITerminal.pf13()
ITerminal.pf14()
ITerminal.pf15()
ITerminal.pf16()
ITerminal.pf17()
ITerminal.pf18()
ITerminal.pf19()
ITerminal.pf2()
ITerminal.pf20()
ITerminal.pf21()
ITerminal.pf22()
ITerminal.pf23()
ITerminal.pf24()
ITerminal.pf3()
ITerminal.pf4()
ITerminal.pf5()
ITerminal.pf6()
ITerminal.pf7()
ITerminal.pf8()
ITerminal.pf9()
ITerminal.positionCursorToFieldContaining
(@NotNull String searchText) ITerminal.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.reportScreen()
Temporary Print to consoleITerminal.reportScreenWithCursor()
ITerminal.tab()
ITerminal.verifyTextInField
(String string) ITerminal.waitForKeyboard()
ITerminal.waitForTextInField
(String string) ITerminal.wfk()
-
Uses of ITerminal in dev.galasa.zos3270.spi
Classes in dev.galasa.zos3270.spi that implement ITerminalMethods in dev.galasa.zos3270.spi that return ITerminalModifier and TypeMethodDescriptionTerminal.backSpace()
Terminal.backTab()
Terminal.clear()
Terminal.cursorDown()
Terminal.cursorLeft()
Terminal.cursorRight()
Terminal.cursorUp()
Terminal.enter()
Terminal.eraseEof()
Terminal.eraseInput()
Terminal.home()
Terminal.newLine()
Terminal.pa1()
Terminal.pa2()
Terminal.pa3()
Terminal.pf1()
Terminal.pf10()
Terminal.pf11()
Terminal.pf12()
Terminal.pf13()
Terminal.pf14()
Terminal.pf15()
Terminal.pf16()
Terminal.pf17()
Terminal.pf18()
Terminal.pf19()
Terminal.pf2()
Terminal.pf20()
Terminal.pf21()
Terminal.pf22()
Terminal.pf23()
Terminal.pf24()
Terminal.pf3()
Terminal.pf4()
Terminal.pf5()
Terminal.pf6()
Terminal.pf7()
Terminal.pf8()
Terminal.pf9()
Terminal.positionCursorToFieldContaining
(@NotNull String text) Terminal.reportExtendedScreen
(boolean printCursor, boolean printColour, boolean printHighlight, boolean printIntensity, boolean printProtected, boolean printNumeric, boolean printModified) Terminal.reportScreen()
Terminal.reportScreenWithCursor()
Terminal.tab()
Terminal.waitForKeyboard()
Terminal.waitForTextInField
(String text) Terminal.wfk()