Uses of Enum Class
com.hp.lft.sdk.te.EmulatorStatus
Packages that use EmulatorStatus
-
Uses of EmulatorStatus in com.hp.lft.sdk.te
Methods in com.hp.lft.sdk.te that return EmulatorStatusModifier and TypeMethodDescriptionWindow.getEmulatorStatus()Returns the Terminal Emulator status.WindowDescription.getEmulatorStatus()Returns the current emulator status.static EmulatorStatusReturns the enum constant of this class with the specified name.static EmulatorStatus[]EmulatorStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.te with parameters of type EmulatorStatusModifier and TypeMethodDescriptionWindowDescription.Init.emulatorStatus(EmulatorStatus emulatorStatus) Initializes the current emulator status.voidWindowDescription.setEmulatorStatus(EmulatorStatus emulatorStatus) Sets the current emulator status.