Class EditorDescription

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

public class EditorDescription extends UiObjectDescriptionBase
The description of a .NET Windows Forms Editor test object.
  • Constructor Details

    • EditorDescription

      public EditorDescription()
      Constructs a new instance of EditorDescription.
    • EditorDescription

      protected EditorDescription(EditorDescription.Init<?> init)
  • Method Details

    • setSelectedText

      public void setSelectedText(String selectedText)
      Sets the selected text in the control.
      Parameters:
      selectedText - the selected text
    • setSelectedText

      public void setSelectedText(StringProperty selectedText)
      Sets the selected text in the control.
      Parameters:
      selectedText - a StringProperty or RegExpProperty
    • getSelectedText

      public StringProperty getSelectedText()
      Returns the selected text in the control.
      Returns:
      the selected text