Uses of Enum Class
com.hp.lft.sdk.WindowStyles
Packages that use WindowStyles
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 WindowStyles in com.hp.lft.sdkMethods in com.hp.lft.sdk that return WindowStylesModifier and TypeMethodDescriptionstatic WindowStylesReturns the enum constant of this class with the specified name.static WindowStyles[]WindowStyles.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of WindowStyles in com.hp.lft.sdk.stdwinMethods in com.hp.lft.sdk.stdwin that return types with arguments of type WindowStylesModifier and TypeMethodDescriptionUiObjectBase.getWindowStyle()Returns the window style of the object.UiObjectBaseDescription.getWindowStyle()Returns the window style of the object.Method parameters in com.hp.lft.sdk.stdwin with type arguments of type WindowStylesModifier and TypeMethodDescriptionvoidUiObjectBaseDescription.setWindowStyle(EnumSet<WindowStyles> windowStyles) Sets window style of the object.UiObjectBaseDescription.Init.windowStyle(EnumSet<WindowStyles> windowStyle) Sets the window style of the object.
- 
Uses of WindowStyles in com.hp.lft.sdk.winformsMethods in com.hp.lft.sdk.winforms that return types with arguments of type WindowStylesModifier and TypeMethodDescriptionStatusBar.getWindowStyle()Returns the window style of this status bar.StatusBarDescription.getWindowStyle()Returns the window style of the object.Method parameters in com.hp.lft.sdk.winforms with type arguments of type WindowStylesModifier and TypeMethodDescriptionvoidStatusBarDescription.setWindowStyle(EnumSet<WindowStyles> windowStyle) Sets window style of the object.StatusBarDescription.Init.windowStyle(EnumSet<WindowStyles> windowStyle) Sets the window style of the object.