Uses of Class
com.hp.lft.sdk.ScrollInfo
Packages that use ScrollInfo
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing standard Windows objects.
-
Uses of ScrollInfo in com.hp.lft.sdk
Constructors in com.hp.lft.sdk with parameters of type ScrollInfoModifierConstructorDescriptionScrollProperty
(ScrollInfo scrollInfo) Initializes a new instance of the ScrollProperty class with the provided scrollInfo. -
Uses of ScrollInfo in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return ScrollInfoModifier and TypeMethodDescriptionScrollInfoProvider.getHorizontalScroll()
Returns the scroll properties of the horizontal scroll bar.ScrollInfoProvider.getVerticalScroll()
Returns the scroll properties of the vertical scroll bar.Methods in com.hp.lft.sdk.stdwin with parameters of type ScrollInfoModifier and TypeMethodDescriptionUiObjectDescription.Init.horizontalScroll
(ScrollInfo horizontalScroll) Initializes the scroll bar information for the horizontal scroll bar.void
UiObjectDescription.setHorizontalScroll
(ScrollInfo scroll) Sets the scroll info for the horizontal scroll bar.void
UiObjectDescription.setVerticalScroll
(ScrollInfo scroll) Sets the scroll info for the vertical scroll bar.UiObjectDescription.Init.verticalScroll
(ScrollInfo verticalScroll) Initializes the scroll bar information for vertical scroll bar.