WindowDescription Class
The description of a Java Window test object.

C# Syntax

public class WindowDescription : UiObjectBaseDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.Java.UiObjectBaseDescription
            HP.LFT.SDK.Java.WindowDescription
               HP.LFT.SDK.Java.DialogDescription
               HP.LFT.SDK.Java.InternalFrameDescription

Public Constructors
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyAttachedTextThe static text attached to the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyBackgroundColorThe object's background color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyForegroundColorThe object's foreground color. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyIsEnabledIndicates whether this object is enabled. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsFocusedIndicates whether this object has the focus. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsJavaWindowIndicates whether the object is a Java window.  
Public PropertyIsMaximizableIndicates whether the window can be maximized.  
Public PropertyIsMinimizableIndicates whether the window can be minimized.  
Public PropertyIsResizableIndicates whether the window is resizable.  
Public PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyIsWrappedIndicates whether this object is wrapped. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyLabelThe object's label. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyLocationThe object's coordinates relative to the parent window, in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyNativeClassThe object's Java class name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyObjectNameThe ObjectName property of the test object description. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyObjectPropertiesThe concrete test object properties, including custom properties created by the developer of the object. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyPathThe object's hierarchy (object ancestors). (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertySizeThe object's size in pixels. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyTagNameThe object's Java name. (Inherited from HP.LFT.SDK.Java.UiObjectBaseDescription )
Public PropertyTitleThe window title.  
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top