Package com.hp.lft.sdk.winforms
Interface StatusBar
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- UiObjectBase,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A .NET Windows Forms status bar object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the static text that is attached to this control.Returns the tooltip text of the error icon associated with this object.getItems()Returns the items (parts) in the status bar.Returns the extended window style of this status bar.longReturns the extended window style of the object as long.Returns the window style of this status bar.longReturns the window style of the object as long.booleanIndicates whether this status bar has generic "right-aligned" properties.booleanIndicates whether this status bar's horizontal origin is on the right edge.booleanIndicates whether this status bar's text is displayed right-to-left.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods 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.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeyssendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods 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.UiObjectBasegetHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.winforms.UiObjectBasefireEvent, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, getWindowClassRegExp, getWindowId, isChildWindow, isOwnedWindowMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getItemsReturns the items (parts) in the status bar.- Returns:
- the items (parts) in the status bar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isRightAlignedIndicates whether this status bar has generic "right-aligned" properties.- Returns:
- true if has generic right-aligned properties.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isRightToLeftLayoutIndicates whether this status bar's horizontal origin is on the right edge.- Returns:
- true if horizontal origin is on the right edge.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isRightToLeftReadingIndicates whether this status bar's text is displayed right-to-left.- Returns:
- true if right-to-left
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowExtendedStyleReturns the extended window style of this status bar.- Returns:
- the extended window style
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowExtendedStyleAsLongReturns the extended window style of the object as long.- Returns:
- the extended window style of the object as long.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowStyleReturns the window style of this status bar.- Returns:
- the window style
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWindowStyleAsLongReturns the window style of the object as long.- Returns:
- the window style of the object as long.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getAttachedTextReturns the static text that is attached to this control.- Returns:
- the static text that is attached to this control.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getErrorTextReturns the tooltip text of the error icon associated with this object.- Returns:
- the tooltip text of the error icon associated with this object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-