Uses of Interface
com.hp.lft.sdk.TopLevelObject
Packages that use TopLevelObject
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder 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 .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of TopLevelObject in com.hp.lft.sdk
Classes in com.hp.lft.sdk with type parameters of type TopLevelObjectModifier and TypeClassDescriptionclass
TopLevelObjectNodeBase<T extends TopLevelObject,
TDescription extends Description> This class is used by 'Application Model Code Generator' as the base class for all container classes.Methods in com.hp.lft.sdk with type parameters of type TopLevelObjectModifier and TypeMethodDescriptionstatic <TTopLevel extends TopLevelObject>
TTopLevelDesktop.describe
(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object.<TTopLevel extends TopLevelObject>
TTopLevelDesktopEnvironment.describe
(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object in this environment. -
Uses of TopLevelObject in com.hp.lft.sdk.java
Subinterfaces of TopLevelObject in com.hp.lft.sdk.javaModifier and TypeInterfaceDescriptioninterface
A Java Dialog object.interface
A Java InternalFrame object.interface
-
Uses of TopLevelObject in com.hp.lft.sdk.oracle
Subinterfaces of TopLevelObject in com.hp.lft.sdk.oracleModifier and TypeInterfaceDescriptioninterface
An Oracle Applications session window.interface
An Oracle calendar.interface
An Oracle flexfield window.interface
An Oracle Form window.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
The status line and message line at the bottom of an ApplicationSession window. -
Uses of TopLevelObject in com.hp.lft.sdk.powerbuilder
Subinterfaces of TopLevelObject in com.hp.lft.sdk.powerbuilder -
Uses of TopLevelObject in com.hp.lft.sdk.stdwin
Subinterfaces of TopLevelObject in com.hp.lft.sdk.stdwin -
Uses of TopLevelObject in com.hp.lft.sdk.te
Subinterfaces of TopLevelObject in com.hp.lft.sdk.te -
Uses of TopLevelObject in com.hp.lft.sdk.uiapro
Subinterfaces of TopLevelObject 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 TopLevelObject in com.hp.lft.sdk.winforms
Subinterfaces of TopLevelObject in com.hp.lft.sdk.winforms -
Uses of TopLevelObject in com.hp.lft.sdk.wpf
Subinterfaces of TopLevelObject in com.hp.lft.sdk.wpf