Namespace HP.LFT.SDK.PowerBuilder
Classes
ButtonDescription
The description of a PowerBuilder Button test object.
CheckBoxDescription
The description of a PowerBuilder CheckBox test object.
ComboBoxDescription
The description of a PowerBuilder ComboBox test object.
EditFieldDescription
The description of a PowerBuilder EditField test object.
ListBoxDescription
The description of a PowerBuilder ListBox test object.
ListViewDescription
The description of a PowerBuilder ListView test object.
RadioButtonDescription
The description of a PowerBuilder RadioButton test object.
ScrollBarDescription
The description of a PowerBuilder ScrollBar test object.
TabControlDescription
The description of a PowerBuilder TabControl test object.
TableDescription
The description of a PowerBuilder Table test object.
ToolBarDescription
The description of a PowerBuilder Toolbar test object.
TreeViewDescription
The description of a PowerBuilder TreeView test object.
UiObjectBaseDescription
The description of a PowerBuilder UiObjectBase abstract type.
UiObjectDescription
The description of a PowerBuilder UiObject test object.
UiObjectWithLayoutInfoDescription
The description of a PowerBuilder UiObjectWithLayout abstract type.
WindowDescription
The description of a PowerBuilder Window test object.
Interfaces
IButton
A PowerBuilder button.
ICheckBox
A PowerBuilder check box.
IComboBox
A PowerBuilder combo box.
IEditField
A PowerBuilder edit box.
IListBase<T>
Base interface for PowerBuilder list objects.
IListBox
A PowerBuilder list.
IListItem
A single list item in a PowerBuilder list.
IListView
A PowerBuilder list-view object.
IListViewItem
A single list item in a PowerBuilder list-view object.
IRadioButton
A PowerBuilder radio button.
IScrollBar
A PowerBuilder scroll bar.
ITab
A single tab item belonging to a PowerBuilder tab control object.
ITabControl
A PowerBuilder tab control object.
ITable
A PowerBuilder table.
ITableCell
A single cell in a PowerBuilder Table.
ITableRow
A single row in a PowerBuilder Table.
IToolBar
A PowerBuilder toolbar.
IToolBarButton
A single tool bar button in a PowerBuilder tool bar.
ITreeView
A PowerBuilder tree-view object.
ITreeViewNode
A single tree view node belonging to a PowerBuilder tree view control.
IUiObject
A PowerBuilder object.
IUiObjectBase
Base interface for all PowerBuilder test objects.
IUiObjectWithLayoutInfo
Base interface for PowerBuilder test objects with layout info.
IWindow
A PowerBuilder window.