Uses of Enum Class
dev.galasa.zos3270.spi.Highlight
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of Highlight in dev.galasa.zos3270
Modifier and TypeMethodDescriptionITerminal.retrieveHighlightAtCursor()
Return the highlighting of the character at the cursor positionITerminal.retrieveHighlightAtPosition
(int row, int col) Return the highlighting of the character at the cursor position -
Uses of Highlight in dev.galasa.zos3270.spi
Modifier and TypeMethodDescriptionBufferStartOfField.getHighlight()
Field.getHighlight()
static Highlight
Highlight.getHighlight
(byte code) Screen.getHighlightAtPosition
(int pos) Terminal.retrieveHighlightAtCursor()
Terminal.retrieveHighlightAtPosition
(int row, int col) static Highlight
Returns the enum constant of this class with the specified name.static Highlight[]
Highlight.values()
Returns an array containing the constants of this enum class, in the order they are declared.