Package com.hp.lft.sdk.java
Interface ToolBar
- All Superinterfaces:
Clickable,DoubleClickable,EnabledProvider,LocationInfoProvider,SupportsNativeObject,TestObject,TestObjectDescriber,UiObjectBase,VisibleProvider,WaitUntilEnabledProvider,WaitUntilVisibleProvider
A Java toolbar.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theToolBarButtonwith the specified text.Returns the toolbar buttons in this toolbar.Returns the selected toolbar buttons in this toolbar.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.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.java.UiObjectBase
createObject, createObject, fireEvent, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getNativeClass, getObjectName, getObjectProperty, getPath, getStatics, getTagName, isFocused, sendKeys, sendKeysMethods 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
-
getButtons
Returns the toolbar buttons in this toolbar.- Returns:
- the
ToolBarButtonobjects in this toolbar. - Throws:
GeneralLeanFtException- if error occurs during execution
-
getSelectedButtons
Returns the selected toolbar buttons in this toolbar.- Returns:
- the selected
ToolBarButtonobjects in this toolbar. - Throws:
GeneralLeanFtException- if error occurs during execution
-
getButton
Returns theToolBarButtonwith the specified text.- Parameters:
text- the text.- Returns:
- the button with the specified text.
- Throws:
GeneralLeanFtException- if error occurs during execution
-