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 Summary
Modifier 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.DoubleClickable
doubleClick, doubleClick, doubleClickMethods 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.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeys
sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods 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.UiObjectBase
getHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.winforms.UiObjectBase
fireEvent, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, getWindowClassRegExp, getWindowId, isChildWindow, isOwnedWindowMethods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
-
Method Details
-
getItems
Returns the items (parts) in the status bar.- Returns:
- the items (parts) in the status bar.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
isRightAligned
Indicates whether this status bar has generic "right-aligned" properties.- Returns:
- true if has generic right-aligned properties.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
isRightToLeftLayout
Indicates 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
-
isRightToLeftReading
Indicates whether this status bar's text is displayed right-to-left.- Returns:
- true if right-to-left
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowExtendedStyle
Returns the extended window style of this status bar.- Returns:
- the extended window style
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowExtendedStyleAsLong
Returns 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
-
getWindowStyle
Returns the window style of this status bar.- Returns:
- the window style
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getWindowStyleAsLong
Returns the window style of the object as long.- Returns:
- the window style of the object as long.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getAttachedText
Returns 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
-
getErrorText
Returns 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
-