Package com.hp.lft.sdk.te
Interface Description Field A terminal emulator field that fully supports HLLAPI.Screen A terminal emulator screen that fully supports HLLAPI.ScreenBase A Terminal Emulator Base Screen.TextScreen A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.Window A terminal emulator window.Class Description Area Represents Terminal Emulator coordinates Top, Left, Bottom, Right.FieldDescription The description of a terminal emulator field that fully supports HLLAPI.FieldDescription.Builder This class can be used to construct an instance of the FieldDescription class using the builder pattern.FieldDescription.Init<T extends FieldDescription.Init<T>> Helper class for FieldDescription.Builder.Keys Keys table used in the send key functionPosition Represents Terminal Emulator coordinates row and column.PositionProperty The position properties of a Terminal Emulator object.ScreenDescription A terminal emulator screen that fully supports HLLAPI.ScreenDescription.Builder This class can be used to construct an instance of the ScreenDescription class using the builder pattern.ScreenDescription.Init<T extends ScreenDescription.Init<T>> Helper class for ScreenDescription.Builder.Size Represents the rows and columns of the Terminal Emulator Screen.SizeProperty The size properties of a Terminal Emulator object.TextScreenDescription A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.WindowDescription The description of a terminal emulator window that fully supports HLLAPI.WindowDescription.Builder This class can be used to construct an instance of the WindowDescription class using the builder pattern.WindowDescription.Init<T extends WindowDescription.Init<T>> Helper class for WindowDescription.Builder.Enum Description EmulatorStatus Terminal Emulator statuses.Protocol Types of protocols which Terminal Emulator supports.Exception Description ErrorFieldProtectedException Represents the Error Field Protected error that occurs while running a TE testing project.HllapiNotFoundException Represents the HLLAPI Not Found error that occurs while running a TE testing project.HllapiOperationNotSupportedException Represents the HLLAPI Operation not Supported error that occurs while running a TE testing project.IllegalOperationException Represents the Illegal Operation error that occurs while running a TE testing project.ItemNotFoundException Represents the not found item error that occurs while running a TE testing project.NoConnectionException Represents the no connection error that occurs while running a TE testing project.OutOfRangeException Represents position not valid errors that occur while running a TE testing project.RuleNotFoundException Represents rule not found errors that occur while running a TE testing project.TextTooLongException Represents a text too long errors that occur while running a TE testing project.UndefinedKeyCombinationException Represents undefined key combination errors that occur while running a TE testing project.