Class WindowDescription

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

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

    • 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 Details

    • 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(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(Integer handle)
      Sets the handle to a window.
      Parameters:
      handle - the handle to a window.
    • getHandle

      public 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.