Package com.hp.lft.sdk.oracle
Interface StatusBar
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- TopLevelObject,- UiObjectBase,- WaitUntilEnabledProvider
The status line and message line at the bottom of an ApplicationSession window.
- 
Method SummaryModifier and TypeMethodDescriptionThe Oracle class hierarchy of the object's Oracle class.Returns the error code of the displayed message.Returns the text of the displayed message.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, 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.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getMessageReturns the text of the displayed message.- Returns:
- the text of the displayed message.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getErrorCodeReturns the error code of the displayed message.- Returns:
- the error code of the displayed message.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-