Uses of Enum Class
com.hp.lft.sdk.WindowState
Packages that use WindowState
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of WindowState in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return WindowStateModifier and TypeMethodDescriptionstatic WindowState
Returns the enum constant of this class with the specified name.static WindowState[]
WindowState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WindowState in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return WindowState -
Uses of WindowState in com.hp.lft.sdk.powerbuilder
Methods in com.hp.lft.sdk.powerbuilder that return WindowState -
Uses of WindowState in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return WindowState -
Uses of WindowState in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms that return WindowState -
Uses of WindowState in com.hp.lft.sdk.wpf
Methods in com.hp.lft.sdk.wpf that return WindowStateModifier and TypeMethodDescriptionWindow.getWindowState()
Returns the window state: maximized, minimized or normal.