Uses of Interface
com.hp.lft.sdk.TestObject
Packages that use TestObject
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing AI objects.
Provides the SDK for image-based object identification.
Provides the SDK for testing Java objects.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro objects.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of TestObject in com.hp.lft.sdk
Classes in com.hp.lft.sdk with type parameters of type TestObjectModifier and TypeClassDescriptionclass
AppModelNodeBase<T extends TestObject,
TDescription extends Description> Base class for all container sub-classes generated under the Application Model class.static interface
This interface exposes the evaluate method, which evaluates if an object in the AUT is currently in a specific state.Subinterfaces of TestObject in com.hp.lft.sdkModifier and TypeInterfaceDescriptioninterface
The interface marks test object types that can be described from the Desktop.Fields in com.hp.lft.sdk declared as TestObjectModifier and TypeFieldDescriptionprotected T
AppModelNodeBase.concrete
protected TestObject
AppModelNodeBase.parent
Methods in com.hp.lft.sdk with type parameters of type TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
TChildTestObjectDescriber.describe
(Class<TChild> type, Description description) Creates a child test object of this test object.<TChild extends TestObject>
TChild[]TestObject.findChildren
(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.<TChild extends TestObject>
intTestObject.highlightMatches
(Class<TChild> type, Description description) Highlights all children that match the the specified test object type and description filter.static <T extends TestObject>
booleanWaitUntilTestObjectState.waitUntil
(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator) Waits until the object in the AUT achieves the desired state (or until the object synchronization timeout (20 seconds) elapses.static <T extends TestObject>
booleanWaitUntilTestObjectState.waitUntil
(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator, long totalTimeOutInMilliseconds) Waits until the object in the AUT achieves the desired state or until the specified timeout elapses.Methods in com.hp.lft.sdk that return TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
TChild[]TestObject.findChildren
(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.AppModelNodeBase.getParent()
TestObject.getParent()
Returns the parent test object of this test object (the child object must be obtained using the describe method, otherwise, this method returns null).protected TestObject
AppModelNodeBase.getRelatedObject
(String objectId) Returns the related test object.GeneralReplayException.getTestObject()
Returns the test object, on which the replay failed.VisualRelation.getTestObject()
Returns the related test object.protected TestObject
AppModelNodeBase.getWrappedTestObject()
Methods in com.hp.lft.sdk that return types with arguments of type TestObjectMethods in com.hp.lft.sdk with parameters of type TestObjectModifier and TypeMethodDescriptionVisualRelation.setTestObject
(TestObject testObject) Sets the related test object.Constructors in com.hp.lft.sdk with parameters of type TestObjectModifierConstructorDescriptionprotected
AppModelNodeBase
(TestObject parent, AppModelBase applicationModel) Initializes an instance of AppModelNodeBase with a parent TestObject.GeneralReplayException
(TestObject testObject) Constructs a new GeneralReplayException with the test object, on which the replay failed.GeneralReplayException
(TestObject testObject, int errorCode, String message) Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message and error code.GeneralReplayException
(TestObject testObject, String message) Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message.ObjectCookieNotFoundException
(TestObject testObject) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found.ObjectCookieNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found and the specified detail message and error code.ObjectCookieNotFoundException
(TestObject testObject, String message) Constructs a new ObjectCookieNotFoundException with the test object, whose cookie was not found and the specified detail message.ReplayArgumentOutOfRangeException
(TestObject testObject) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed.ReplayArgumentOutOfRangeException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed and the specified detail message and error code.ReplayArgumentOutOfRangeException
(TestObject testObject, String message) Constructs a new ReplayArgumentOutOfRangeException with the test object, on which the replay failed and the specified detail message.ReplayItemNotFoundException
(TestObject testObject) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed.ReplayItemNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed and the specified detail message and error code.ReplayItemNotFoundException
(TestObject testObject, String message) Constructs a new ReplayItemNotFoundException with the test object, on which the replay failed and the specified detail message.ReplayItemNotUniqueException
(TestObject testObject) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed.ReplayItemNotUniqueException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed and the specified detail message and error code.ReplayItemNotUniqueException
(TestObject testObject, String message) Constructs a new ReplayItemNotUniqueException with the test object, on which the replay failed and the specified detail message.ReplayObjectDisabledException
(TestObject testObject) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed.ReplayObjectDisabledException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectDisabledException
(TestObject testObject, String message) Constructs a new ReplayObjectDisabledException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotFoundException
(TestObject testObject) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed.ReplayObjectNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotFoundException
(TestObject testObject, String message) Constructs a new ReplayObjectNotFoundException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotUniqueException
(TestObject testObject) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed.ReplayObjectNotUniqueException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotUniqueException
(TestObject testObject, String message) Constructs a new ReplayObjectNotUniqueException with the test object, on which the replay failed and the specified detail message.ReplayObjectNotVisibleException
(TestObject testObject) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed.ReplayObjectNotVisibleException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed and the specified detail message and error code.ReplayObjectNotVisibleException
(TestObject testObject, String message) Constructs a new ReplayObjectNotVisibleException with the test object, on which the replay failed and the specified detail message.ReplayParentMissingException
(TestObject testObject) Constructs a new ReplayParentMissingException with the test object, on which the replay failed.ReplayParentMissingException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayParentMissingException with the test object, on which the replay failed and the specified detail message and error code.ReplayParentMissingException
(TestObject testObject, String message) Constructs a new ReplayParentMissingException with the test object, on which the replay failed and the specified detail message.ReplayTimeoutException
(TestObject testObject) Constructs a new ReplayTimeoutException with the test object, on which the replay failed.ReplayTimeoutException
(TestObject testObject, int errorCode, String message) Constructs a new ReplayTimeoutException with the test object, on which the replay failed and the specified detail message and error code.ReplayTimeoutException
(TestObject testObject, String message) Constructs a new ReplayTimeoutException with the test object, on which the replay failed and the specified detail message.protected
TopLevelObjectNodeBase
(TestObject parent, AppModelBase applicationModel) -
Uses of TestObject in com.hp.lft.sdk.ai
Subinterfaces of TestObject in com.hp.lft.sdk.aiModifier and TypeInterfaceDescriptioninterface
An object identified using Artificial intelligence. -
Uses of TestObject in com.hp.lft.sdk.insight
Subinterfaces of TestObject in com.hp.lft.sdk.insightModifier and TypeInterfaceDescriptioninterface
An object identified using image-based recognition. -
Uses of TestObject in com.hp.lft.sdk.java
Subinterfaces of TestObject in com.hp.lft.sdk.javaModifier and TypeInterfaceDescriptioninterface
A Java Applet control.interface
A Java button.interface
A Java calendar.interface
A Java check box.interface
A Java Dialog object.interface
A Java edit box.interface
A Java control that contains labeled bar items that can be expanded or collapsed by the user.interface
A Java InternalFrame object.interface
A Java static text object.interface
A Java control that displays text with links.interface
A Java list box with single or multiple selection.interface
A Java Menu.interface
A Java radio button.interface
A Java slider.interface
A Java spin box object.interface
A Java tabstrip control containing tabbed panels.interface
A Java table.interface
A Java toolbar.interface
A Java tree.interface
A JavaFX TreeViewTable.interface
A standard Java object.interface
-
Uses of TestObject in com.hp.lft.sdk.mobile
Subinterfaces of TestObject in com.hp.lft.sdk.mobileModifier and TypeInterfaceDescriptioninterface
A mobile application.interface
A button object in a mobile application.interface
A calendar control in a mobile application.interface
A check box object in a mobile application.interface
A mobile device.interface
A drop-down object in a mobile application.interface
An edit object in a mobile application.interface
A label in a mobile application.interface
A page control in a mobile application (Supported on iOS only).interface
A radio group in a mobile application.interface
A recycler view object in a mobile application.interface
A slider object in a mobile application.interface
A stepper control in a mobile application.interface
A table object in a mobile application.interface
A tab strip object in a mobile application.interface
A toggle object in a mobile application.interface
A generic object in a mobile application.interface
A view object in a mobile application.interface
A web view control in a mobile applicationConstructors in com.hp.lft.sdk.mobile with parameters of type TestObjectModifierConstructorDescriptionMobileReplayException
(TestObject testObject) Constructs a new MobileReplayException with the test object on which the replay failed.MobileReplayException
(TestObject testObject, int errorCode, String message) Constructs a new MobileReplayException with the test object on which the replay failed, the error code, and the specified detail message.MobileReplayException
(TestObject testObject, String message) Constructs a new MobileReplayException with the test object on which the replay failed and the specified detail message. -
Uses of TestObject in com.hp.lft.sdk.oracle
Subinterfaces of TestObject in com.hp.lft.sdk.oracleModifier and TypeInterfaceDescriptioninterface
An Oracle Applications session window.interface
An Oracle button.interface
An Oracle calendar.interface
A check box Oracle field.interface
An Oracle text field.interface
An Oracle flexfield window.interface
An Oracle Form window.interface
An Oracle poplist (combo box) or list.interface
An Oracle window containing a list of values for selection.interface
An Oracle Applications sign-on window.interface
An Oracle Navigator window.interface
An Oracle error or message window.interface
An Oracle picklist control.interface
An Oracle option (radio button) group.interface
The status line and message line at the bottom of an ApplicationSession window.interface
An Oracle tabbed region.interface
An Oracle Table test objectinterface
An Oracle Tree test object -
Uses of TestObject in com.hp.lft.sdk.powerbuilder
Subinterfaces of TestObject in com.hp.lft.sdk.powerbuilderModifier and TypeInterfaceDescriptioninterface
A PowerBuilder button.interface
A PowerBuilder check box.interface
A PowerBuilder combo box.interface
A PowerBuilder edit box.interface
A PowerBuilder list.interface
A PowerBuilder list-view object.interface
A PowerBuilder radio button.interface
A PowerBuilder scroll bar.interface
A PowerBuilder tab control object.interface
A PowerBuilder table.interface
A PowerBuilder toolbar.interface
A PowerBuilder tree-view object.interface
A PowerBuilder object.interface
A PowerBuilder window. -
Uses of TestObject in com.hp.lft.sdk.sap.gui
Subinterfaces of TestObject in com.hp.lft.sdk.sap.guiModifier and TypeInterfaceDescriptioninterface
An APO grid control in a SAP GUI for Windows application.interface
A button in a SAP GUI for Windows applicationinterface
A calendar control in a SAP GUI for Windows application.interface
A checkbox control in a SAP GUI for Windows application.interface
A combo box in a SAP GUI for Windows application.interface
An edit field in a SAP GUI for Windows application.interface
A text area control in a SAP GUI for Windows application.interface
An object in a SAP GUI for Windows application.interface
A grid control in a SAP GUI for Windows application.interface
Represents a SAP GUI for Windows session.interface
A label control in a SAP GUI for Windows application.interface
A menubar control in a SAP GUI for Windows application.interface
An OK Code box in a SAP GUI for Windows application.interface
A radio button in a SAP GUI for Windows applicationinterface
A status bar in a SAP GUI for Windows application.interface
A tab strip control in a SAP GUI for Windows application.interface
A table control in a SAP GUI for Windows application.interface
TableBase<T extends TableCellBase>
The base interface for table, grid and APO grid controls in a SAP GUI for Windows application.interface
A toolbar control in a SAP GUI for Windows application,interface
A tree control in a SAP GUI for Windows application.interface
A window or dialog box containing objects in a SAP GUI for Windows application. -
Uses of TestObject in com.hp.lft.sdk.sap.ui5
Subinterfaces of TestObject in com.hp.lft.sdk.sap.ui5Modifier and TypeInterfaceDescriptioninterface
An SAPUI5 accordion object.interface
An SAPUI5 button object.interface
An SAPUI5 calendar object.interface
An SAPUI5 carousel object.interface
An SAPUI5 check box object with an ON and OFF state.interface
An SAPUI5 date picker object.interface
An SAPUI5 DateTimeInput object.interface
An SAPUI5 dialog box object.interface
An SAPUI5 text edit.interface
An SAPUI5 facet filter object.interface
An SAPUI5 header object.interface
An SAPUI5 label object.interface
An SAPUI5 list box object.interface
An SAPUI5 menu object.interface
An SAPUI5 menu bar object.interface
An SAPUI5 navigation bar object.interface
An SAPUI5 notification bar.interface
An SAPUI5 paginator object.interface
An SAPUI5 password edit box object.interface
An SAPUI5 radio button.interface
An SAPUI5 radio group object.interface
An SAPUI5 rating indicator object.interface
An SAPUI5 roadmap object.interface
An SAPUI5 row repeater object.interface
An SAPUI5 table object.interface
An SAPUI5 tabstrip control.interface
An SAPUI5 tile object.interface
An SAPUI5 toggle button object.interface
An SAPUI5 tool bar object.interface
An SAPUI5 tree object. -
Uses of TestObject in com.hp.lft.sdk.stdwin
Subinterfaces of TestObject in com.hp.lft.sdk.stdwinModifier and TypeInterfaceDescriptioninterface
A standard Windows button.interface
A standard Windows calendar.interface
A standard Windows check box.interface
A standard Windows combo box.interface
A standard Windows dialog box.interface
A standard Windows edit box.interface
A standard Windows multi-line editor.interface
A standard Windows list.interface
A standard Windows list-view object.interface
A standard Windows menu.interface
A standard Windows radio button.interface
A standard Windows scroll bar.interface
A standard Windows spin box.interface
A standard Windows static text object.interface
A standard Windows status bar.interface
A standard Windows tab control in a dialog box.interface
A standard Windows toolbar.interface
A standard Windows tree-view object.interface
A standard Windows object.interface
A standard Windows window. -
Uses of TestObject in com.hp.lft.sdk.te
Subinterfaces of TestObject in com.hp.lft.sdk.teModifier and TypeInterfaceDescriptioninterface
A terminal emulator field that fully supports HLLAPI.interface
A terminal emulator screen that fully supports HLLAPI.interface
A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.interface
A terminal emulator window.Constructors in com.hp.lft.sdk.te with parameters of type TestObjectModifierConstructorDescriptionErrorFieldProtectedException
(TestObject testObject, int errorCode, String message) Constructs a new ErrorFieldProtectedException with the test object the specified detail message and error code.ErrorFieldProtectedException
(TestObject testObject, String message) Constructs a new ErrorFieldProtectedException with the test object.HllapiNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new HllapiNotFoundException with the test object the specified detail message and error code.HllapiNotFoundException
(TestObject testObject, String message) Constructs a new HllapiNotFoundException with the test object.HllapiOperationNotSupportedException
(TestObject testObject, int errorCode, String message) Constructs a new HllapiOperationNotSupportedException with the test object the specified detail message and error code.HllapiOperationNotSupportedException
(TestObject testObject, String message) Constructs a new HllapiOperationNotSupportedException with the test object.IllegalOperationException
(TestObject testObject, int errorCode, String message) Constructs a new IllegalOperationException with the test object the specified detail message and error code.IllegalOperationException
(TestObject testObject, String message) Constructs a new IllegalOperationException with the test object.ItemNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new ItemNotFoundException with the test object the specified detail message and error code.ItemNotFoundException
(TestObject testObject, String message) Constructs a new ItemNotFoundException with the test objectNoConnectionException
(TestObject testObject, int errorCode, String message) Constructs a new NoConnectionException with the test object the specified detail message and error code.NoConnectionException
(TestObject testObject, String message) Constructs a new NoConnectionException with the test objectOutOfRangeException
(TestObject testObject, int errorCode, String message) Constructs a new OutOfRangeException with the test object and the specified detail message and error code.OutOfRangeException
(TestObject testObject, String message) Constructs a new OutOfRangeException with the test objectRuleNotFoundException
(TestObject testObject, int errorCode, String message) Constructs a new RuleNotFoundException with the test object the specified detail message and error code.RuleNotFoundException
(TestObject testObject, String message) Constructs a new RuleNotFoundException with the test objectTextTooLongException
(TestObject testObject, int errorCode, String message) Constructs a new TextTooLongException with the test object the specified detail message and error code.TextTooLongException
(TestObject testObject, String message) Constructs a new TextTooLongException with the test objectUndefinedKeyCombinationException
(TestObject testObject, int errorCode, String message) Constructs a new UndefinedKeyCombinationException with the test object the specified detail message and error code.UndefinedKeyCombinationException
(TestObject testObject, String message) Constructs a new UndefinedKeyCombinationException with the test object -
Uses of TestObject in com.hp.lft.sdk.uiapro
Subinterfaces of TestObject in com.hp.lft.sdk.uiaproModifier and TypeInterfaceDescriptioninterface
A UIAPro AppBar.interface
A UIAPro Button.interface
A UIAPro Calendar.interface
A UIAPro CheckBox.interface
A UIAPro ComboBox.interface
A UIAPro Document.interface
A UIAPro Edit.interface
A UIAPro Grid.interface
A UIAPro GridItem.interface
A UIAPro Group.interface
A UIAPro Header.interface
A UIAPro HeaderItem.interface
A UIAPro Image.interface
A UIAPro Link.interface
A UIAPro List.interface
A UIAPro ListItem.interface
A UIAPro Menu.interface
A UIAPro MenuBar.interface
A UIAPro MenuItem.interface
A UIAPro Pane.interface
A UIAPro ProgressBar.interface
A UIAPro RadioButton.interface
A UIAPro ScrollBar.interface
A UIAPro SemanticZoom.interface
A UIAPro Separator.interface
A UIAPro Slider.interface
A UIAPro Spinner.interface
A UIAPro SplitButton.interface
A UIAPro StatusBar.interface
A UIAPro TabControl.interface
A UIAPro TabItem.interface
A UIAPro Table.interface
A UIAPro Text.interface
A UIAPro Thumb.interface
A UIAPro TitleBar.interface
A UIAPro ToolBar.interface
A UIAPro ToolTip.interface
A UIAPro TreeView.interface
A UIAPro TreeViewItem.interface
A standard UIAPro object.interface
Base interface of all UIAPro test objectsinterface
A UIAPro window. -
Uses of TestObject in com.hp.lft.sdk.web
Subinterfaces of TestObject in com.hp.lft.sdk.webModifier and TypeInterfaceDescriptioninterface
An AgGrid table.interface
A section of an image on a Web page (usually a section of a client-side image map).interface
A Web control that plays audio embedded in an HTML page.interface
A tab in an open Web browser.interface
A Web button, for example: <button> tag or <input type="button">
Examples of button types: submit, resetinterface
A Web check box with an ON and OFF state.interface
A Web edit box.interface
A Web edit box with an attached browse button. Used to select a file from the File dialog box.interface
A Web frame object that represents both the frame element in a frame set and an embedded frame that uses the frame element.interface
GridBase<T extends TableRowBase>
Base interface for Web grid test objects.interface
A Web image element in the HTML.
Examples:
<img src= myImage.png />
an image link that, when clicked, navigates to another URL
DOM structure example:
<a href= http://www.google.com >
<img src= googleLogo.png />
</a>interface
A Web hyperlink (or anchor) object.interface
A Web drop-down box or multiple selection list.interface
A menu control in a Web page or application.interface
If a browser does not support this field, an edit field is used instead.interface
An HTML page.interface
A set of Web radio buttons belonging to the same group.interface
If a browser does not support this slider, an edit field is used instead.interface
A Web table containing a variable number of rows and columns.interface
A tab strip control in a Web page or application.interface
A Web TreeView objectinterface
A UiGrid table.interface
A Web control that plays video embedded in an HTML page.interface
A basic Web element's description.Methods in com.hp.lft.sdk.web with type parameters of type TestObjectModifier and TypeMethodDescription<TChild extends TestObject>
TChildTableCell.findChildren
(Class<TChild> type) Returns a specified child according to its type.<TChild extends TestObject>
TChildTableCell.findChildren
(Class<TChild> type, int index) Returns a child test object from this cell according to its type and index.<TChild extends TestObject>
intTableCell.getNumberOfChildrenWithType
(Class<TChild> type) Returns the number of child test objects that have the specified type. -
Uses of TestObject in com.hp.lft.sdk.winforms
Subinterfaces of TestObject in com.hp.lft.sdk.winformsModifier and TypeInterfaceDescriptioninterface
A .NET Windows Forms button object.interface
A DateTimePicker or a Month Calendar .NET Windows Forms calendar object.interface
A .NET Windows Forms check box.interface
A .NET Windows Forms combo box.interface
A .NET Windows Forms edit box.interface
A .NET Windows Forms multi-line edit box.interface
A .NET Windows Forms static text object.interface
A .NET Windows Forms list.interface
A .NET Windows Forms list-view object.interface
A property grid control based on the .NET Windows Forms library.interface
A .NET Windows Forms radio button.interface
A .NET Windows Forms scroll bar.interface
A .NET Windows Forms spin object.interface
A .NET Windows Forms status bar object.interface
A .NET Windows Forms tab control.interface
A .NET Windows Forms grid object.interface
A .NET Windows Forms toolbar.interface
A .NET Windows Forms tree-view object.interface
A .NET Windows Forms object.interface
A .NET Windows Forms window. -
Uses of TestObject in com.hp.lft.sdk.wpf
Subinterfaces of TestObject in com.hp.lft.sdk.wpfModifier and TypeInterfaceDescriptioninterface
A .NET WPF button control.interface
A calendar or a date picker .NET WPF object.interface
A .NET WPF check box.interface
A .NET WPF combo boxinterface
A .NET WPF Edit Field box.interface
A .NET WPF image control.interface
A .NET WPF hyperlink control.interface
A .NET WPF list object.interface
A .NET WPF menu object.interface
A .NET WPF progress bar object.interface
A .NET WPF radio button object.interface
A .NET WPF scroll bar object.interface
A .NET WPF slider object.interface
A .NET WPF status bar object.interface
A .NET WPF grid object.interface
A .NET WPF tab strip object.interface
A .NET WPF toolbar object.interface
A .NET WPF tree-view object.interface
A standard .NET WPF object.interface
A WPF window.