Uses of Enum Class
dev.galasa.zos3270.spi.Highlight
Packages that use Highlight
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of Highlight in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that return HighlightModifier 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
Methods in dev.galasa.zos3270.spi that return HighlightModifier 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.