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

Project Version 2.3

Uses of Interface
com.rational.test.ft.domain.java.IMenuBarHost

Packages that use IMenuBarHost
com.rational.test.ft.domain.java.awt Provides the proxy classes that directly access Java AWT classes in the Software Under Test. 
com.rational.test.ft.domain.java.jfc Provides the proxy classes that directly access Java JFC (Swing) classes in the Software Under Test. 
com.rational.test.ft.domain.java.swt Provides the proxy classes that directly access SWT classes in the Software Under Test. 
 

Uses of IMenuBarHost in com.rational.test.ft.domain.java.awt
 

Classes in com.rational.test.ft.domain.java.awt that implement IMenuBarHost
 class AppletViewerProxy
          Handles an applet being nested inside an applet viewer rather then in a browser.
 class FrameProxy
          Proxy class for java.awt.Frame
 

Uses of IMenuBarHost in com.rational.test.ft.domain.java.jfc
 

Classes in com.rational.test.ft.domain.java.jfc that implement IMenuBarHost
 class JFrameProxy
          Proxy for the javax.swing.JFrame class.
 class JPopupMenuWindowProxy
          A top level window proxy for managing transient popup menus in JFC.
 

Uses of IMenuBarHost in com.rational.test.ft.domain.java.swt
 

Classes in com.rational.test.ft.domain.java.swt that implement IMenuBarHost
 class ShellProxy
          This is the proxy class for org.eclipse.swt.widgets.Shell.