Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.flex |
This package contains classes for the Flex TechDomain.
|
com.borland.silktest.jtf.swt |
This package contains classes for the SWT TechDomain.
|
com.borland.silktest.jtf.windowsforms |
This package contains classes for the WindowsForms TechDomain.
|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
com.microfocus.silktest.jtf.sap |
This package contains classes for the SAP TechDomain.
|
com.microfocus.silktest.jtf.swing |
This package contains classes for the AWT/Swing TechDomain.
|
com.microfocus.silktest.jtf.wpf |
This package contains classes for the WPF TechDomain.
|
Modifier and Type | Class and Description |
---|---|
class |
Dialog
The class for dialogs.
|
class |
Window
The class for windows that typically can move.
|
Modifier and Type | Method and Description |
---|---|
IMoveable |
Window.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
IMoveable |
IMoveable.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
Modifier and Type | Method and Description |
---|---|
List<IMoveable> |
Window.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
List<IMoveable> |
IMoveable.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexStandalonePlayer
The Flex Standalone Player.
|
class |
FlexWindow
The Window is a top-level container for additional windows in an AIR desktop application.
|
class |
FlexWindowedApplication
The WindowedApplication defines the application container that you use to create Flex applications for AIR applications.
|
class |
SparkWindow
The Window is a top-level container for additional windows in an AIR desktop application.
|
class |
SparkWindowedApplication
The WindowedApplication defines the application container that you use to create Flex applications for AIR applications.
|
Modifier and Type | Method and Description |
---|---|
IMoveable |
SparkWindowedApplication.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
IMoveable |
SparkWindow.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
IMoveable |
FlexWindowedApplication.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
IMoveable |
FlexWindow.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
Modifier and Type | Method and Description |
---|---|
List<IMoveable> |
SparkWindowedApplication.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
List<IMoveable> |
SparkWindow.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
List<IMoveable> |
FlexWindowedApplication.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
List<IMoveable> |
FlexWindow.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
Modifier and Type | Class and Description |
---|---|
class |
Shell
The class for Java SWT windows.
|
Modifier and Type | Class and Description |
---|---|
class |
FormsWindow
FormsWindow is the class that represents the top-level window of a Windows Forms application.
|
Modifier and Type | Class and Description |
---|---|
class |
BrowserApplication
Represents the top-level window of a browser application.
|
Modifier and Type | Class and Description |
---|---|
class |
SapWindow
SapWindow class is the class for a top-level window.
|
Modifier and Type | Method and Description |
---|---|
IMoveable |
SapWindow.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
Modifier and Type | Method and Description |
---|---|
List<IMoveable> |
SapWindow.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTDialog
Represents a dialog box.
|
class |
AWTFrame
Represents a top-level window with a title and a border.
|
class |
AWTWindow
Represents a top-level window with no borders and no menubar.
|
class |
JDialog
Represents a dialog box.
|
class |
JFrame
Represents a class for an extended version of AWTFrame that adds support for Java Swing.
|
class |
JWindow
Represents a container that can be displayed anywhere on the user's desktop.
|
Modifier and Type | Method and Description |
---|---|
IMoveable |
AWTWindow.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
Modifier and Type | Method and Description |
---|---|
List<IMoveable> |
AWTWindow.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
Modifier and Type | Class and Description |
---|---|
class |
WPFNavigationWindow
Represents a window that supports content navigation.
|
class |
WPFWindow
Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes.
|
Modifier and Type | Method and Description |
---|---|
IMoveable |
WPFWindow.getNextCloseWindow()
Returns the next window that need to be closed in order to close all windows of the application except the main window.
|
Modifier and Type | Method and Description |
---|---|
List<IMoveable> |
WPFWindow.getCloseWindows()
Returns the windows that need to be closed in order so that only the main window of the application is open.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.