Uses of Enum Class
dev.galasa.zos3270.AttentionIdentification
Packages that use AttentionIdentification
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
-
Uses of AttentionIdentification in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that return AttentionIdentificationModifier and TypeMethodDescriptionstatic AttentionIdentification
Returns the enum constant of this class with the specified name.static AttentionIdentification
AttentionIdentification.valueOfAid
(byte aid) static AttentionIdentification[]
AttentionIdentification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.zos3270 with parameters of type AttentionIdentificationModifier and TypeMethodDescriptionvoid
IScreenUpdateListener.screenUpdated
(@NotNull IScreenUpdateListener.Direction direction, AttentionIdentification aid) -
Uses of AttentionIdentification in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi with parameters of type AttentionIdentificationModifier and TypeMethodDescriptionbyte[]
Screen.aid
(AttentionIdentification aid) void
Zos3270TerminalImpl.screenUpdated
(IScreenUpdateListener.Direction direction, AttentionIdentification aid) void
Screen.testingSetLastAid
(AttentionIdentification aid)