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