public class TechDomain extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static TechDomain |
FLEX
Constant for the Flex tech domain.
|
static TechDomain |
SAP
Constant for the SAP tech domain.
|
static TechDomain |
SILVERLIGHT
Constant for the Silverlight tech domain.
|
static TechDomain |
SWING
Constant for the Swing tech domain.
|
static TechDomain |
SWT
Constant for the SWT tech domain.
|
static TechDomain |
WIN32
Constant for the Win32 tech domain.
|
static TechDomain |
WINDOWS_FORMS
Constant for the Windows Forms tech domain.
|
static TechDomain |
WPF
Constant for the WPF tech domain.
|
static TechDomain |
XBROWSER
Constant for the xBrowser tech domain.
|
Constructor and Description |
---|
TechDomain(String name)
Deprecated.
Since Silk Test 2011 it is not recommended to use the constructor explicitly,
use provide constants TechDomain.SAP, TechDomain.WPF, ... instead
|
public static final TechDomain SWING
public static final TechDomain SAP
public static final TechDomain XBROWSER
public static final TechDomain FLEX
public static final TechDomain SWT
public static final TechDomain WIN32
public static final TechDomain WPF
public static final TechDomain WINDOWS_FORMS
public static final TechDomain SILVERLIGHT
public TechDomain(String name)
name
- The name of the tech domain.Copyright 2009-2012 Micro Focus. All Rights Reserved.