IBM Rational Functional Tester
Version 8.0
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

Package com.rational.test.ft.domain.java.awt

Provides the proxy classes that directly access Java AWT classes in the Software Under Test.

See:
          Description

Class Summary
AppletHostProxy This class interacts with non-mapped container classes used to host java.awt.Applet objects.
AppletProxy This is the base class for all Java applet test objects.
AppletViewerProxy Handles an applet being nested inside an applet viewer rather then in a browser.
AppletViewerProxy.AppletWrapperProxy  
ButtonProxy The proxy class for the java.awt.Button class.
CanvasProxy Proxy for Java AWT Canvas objects.
CheckboxMenuItemProxy Proxy for AWT CheckboxMenuItem objects.
CheckboxProxy Proxy for AWT Checkbox objects.
ChoiceProxy Proxy for the AWT Choice (ComboListBox) objects.
ComponentProxy A proxy for java.awt.Component.
FileDialogProxy Proxy for AWT FileDialog objects.
FrameProxy Proxy class for java.awt.Frame
LabelProxy Proxy for the java.awt.Label class.
ListProxy Proxy for te java.awt.List class.
MenuBarProxy Proxy for AWT MenuBar objects.
MenuComponentProxy Base proxy for AWT Menu objects.
MenuItemProxy Proxy for AWT MenuItem objects.
MenuProxy Proxy for AWT Menu objects.
PanelProxy Proxy for the java.awt.Panel class.
ScrollbarProxy Proxy for AWT Scrollbar objects.
ScrollPaneProxy Proxy for the AWT ScrollPane objects.
TextAreaProxy Proxy for the AWT TextArea objects.
TopLevelWindowProxy Base proxy class for java.awt.Frame & java.awt.Window.
WindowProxy Proxy class for java.awt.Window and java.awt.Dialog classes.
 

Package com.rational.test.ft.domain.java.awt Description

Provides the proxy classes that directly access Java AWT classes in the Software Under Test. The base class for all AWT proxies is ComponentProxy. AWT proxies do not have thread affinity.

Audience

This package is for proxy writers - those who wish to customize and extend the product testing system.

@since RFT1.0