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 IMenuBarHost

All Known Implementing Classes:
AppletViewerProxy, FrameProxy, JFrameProxy, JPopupMenuWindowProxy, ShellProxy

public interface IMenuBarHost

Frames and other windows that host a heavyweight menu bar need to implement this interface so that the menu bar correlation can be performed.


Method Summary
 ProxyTestObject getMenuBar()
          Return the menu bar associated with this frame.
 

Method Detail

getMenuBar

ProxyTestObject getMenuBar()
Return the menu bar associated with this frame. If there is no menu bar association then null should be returned.