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.long
Returns the extended window style of the object as long.Returns the window style of this status bar.long
Returns the window style of the object as long.boolean
Indicates whether this status bar has generic "right-aligned" properties.boolean
Indicates whether this status bar's horizontal origin is on the right edge.boolean
Indicates whether this status bar's text is displayed right-to-left.Methods inherited from interface com.hp.lft.sdk.DoubleClickable
doubleClick, doubleClick, doubleClick
Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportSendKeys
sendKeys, sendKeys
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.UiObjectBase
getHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMove
Methods inherited from interface com.hp.lft.sdk.winforms.UiObjectBase
fireEvent, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, getWindowClassRegExp, getWindowId, isChildWindow, isOwnedWindow
Methods inherited from interface com.hp.lft.sdk.VisibleProvider
isVisible
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
Methods 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
-