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

Project Version 2.3

com.rational.test.ft.domain.java
Interface IAppletViewer

All Known Implementing Classes:
AppletViewerProxy

public interface IAppletViewer

An applet viewer wants to have the child applet show up in the map just like a browser does with the applet as a top level object. This means that the viewer needs to deny that it has any children and expose the nested applet as a separate proxy. This interface defines the necessary method to allow the demaon implementation to extract the applet and treat it as a top level object.


Method Summary
 ProxyTestObject getAppletChild()
          Expose the nested applet so that it can be used as a top level object.
 

Method Detail

getAppletChild

ProxyTestObject getAppletChild()
Expose the nested applet so that it can be used as a top level object.