Package com.hp.lft.sdk.oracle
Interface FormWindow
- All Superinterfaces:
Clickable,EnabledProvider,LocationInfoProvider,TestObject,TestObjectDescriber,TopLevelObject,UiFormBase,UiObjectBase,WaitUntilEnabledProvider
An Oracle Form window.
-
Method Summary
Modifier and TypeMethodDescriptionThe Oracle class hierarchy of the object's Oracle class.Returns the window short title.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.oracle.UiFormBase
activate, buildMenuPath, closeForm, closeWindow, getItem, getTitle, pressToolbarButton, save, selectMenuItem, selectMenuItemMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getShortTitle
Returns the window short title.- Returns:
- the window short title.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getClassPath
The Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
GeneralLeanFtException- if error occurs during execution
-