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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      com.rational.test.ft.domain.ProxyTestObject getAppletChild()
      Expose the nested applet so that it can be used as a top level object.
    • Method Detail

      • getAppletChild

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