com.hp.lft.sdk.te

Class WindowDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class WindowDescription
    extends DescriptionBase
    The description of a terminal emulator window that fully supports HLLAPI.
    • Constructor Detail

      • WindowDescription

        public WindowDescription()
        Constructs a new WindowDescription.
      • WindowDescription

        protected WindowDescription(WindowDescription.Init<?> init)
        Initializes a new instance of the WindowDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setShortName

        public void setShortName(StringProperty shortName)
        Sets the short name of the window.
        Parameters:
        shortName - a StringProperty(or RegExpProperty) representing the short name of the window.
      • setShortName

        public void setShortName(java.lang.String shortName)
        Sets the short name of the window.
        Parameters:
        shortName - the short name of the window.
      • getShortName

        public StringProperty getShortName()
        Sets the short name of the window.
        Returns:
        the short name of the window.
      • setHandle

        public void setHandle(java.lang.Integer handle)
        Sets the handle to a window.
        Parameters:
        handle - the handle to a window.
      • getHandle

        public java.lang.Integer getHandle()
        Sets the handle to a window.
        Returns:
        the handle to a window.
      • setProtocol

        public void setProtocol(Protocol protocol)
        Sets the current protocol.
        Parameters:
        protocol - the current protocol.
      • getProtocol

        public Protocol getProtocol()
        Returns the current protocol.
        Returns:
        the current protocol.
      • setEmulatorStatus

        public void setEmulatorStatus(EmulatorStatus emulatorStatus)
        Sets the current emulator status.
        Parameters:
        emulatorStatus - the current emulator status.
      • getEmulatorStatus

        public EmulatorStatus getEmulatorStatus()
        Returns the current emulator status.
        Returns:
        the current emulator status.