Uses of Enum Class
com.hp.lft.sdk.WindowExtendedStyles
Packages that use WindowExtendedStyles
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing .NET Windows Forms objects.
-
Uses of WindowExtendedStyles in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return WindowExtendedStylesModifier and TypeMethodDescriptionstatic WindowExtendedStyles
Returns the enum constant of this class with the specified name.static WindowExtendedStyles[]
WindowExtendedStyles.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WindowExtendedStyles in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return types with arguments of type WindowExtendedStylesModifier and TypeMethodDescriptionUiObjectBase.getWindowExtendedStyle()
Returns the extended window style of the object.UiObjectBaseDescription.getWindowExtendedStyle()
Returns the extended window style of the object.Method parameters in com.hp.lft.sdk.stdwin with type arguments of type WindowExtendedStylesModifier and TypeMethodDescriptionvoid
UiObjectBaseDescription.setWindowExtendedStyle
(EnumSet<WindowExtendedStyles> windowExtendedStyle) Sets the extended window style of the object.UiObjectBaseDescription.Init.windowExtendedStyle
(EnumSet<WindowExtendedStyles> windowExtendedStyle) Sets the extended window style of the object. -
Uses of WindowExtendedStyles in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms that return types with arguments of type WindowExtendedStylesModifier and TypeMethodDescriptionStatusBar.getWindowExtendedStyle()
Returns the extended window style of this status bar.StatusBarDescription.getWindowExtendedStyle()
Returns the extended window style of the object.Method parameters in com.hp.lft.sdk.winforms with type arguments of type WindowExtendedStylesModifier and TypeMethodDescriptionvoid
StatusBarDescription.setWindowExtendedStyle
(EnumSet<WindowExtendedStyles> windowExtendedStyle) Sets the extended window style of the object.StatusBarDescription.Init.windowExtendedStyle
(EnumSet<WindowExtendedStyles> windowExtendedStyle) Sets the extended window style of the object.