org.mozilla.jrex.ui
Interface JRexMenuBar

All Known Implementing Classes:
JRexMenuBarImpl

public interface JRexMenuBar

An interface representing JRex MenuBar.

Version:
1.0
Author:
C.N.Medappa

Method Summary
 JMenuBar getMenuBar()
          Function to get the MenuBar.
 void setBrowser(JRexCanvas browser)
          Invoked to set the browser component associated with MenuBar.
 void setMode(int mode)
          Invoked to set the WindowManager MODE in use.
 

Method Detail

setBrowser

public void setBrowser(JRexCanvas browser)
Invoked to set the browser component associated with MenuBar.


setMode

public void setMode(int mode)
Invoked to set the WindowManager MODE in use.


getMenuBar

public JMenuBar getMenuBar()
Function to get the MenuBar. The MenuBar will be based on WindowManager MODE.



Copyright © 2004 C.N.Medappa. All Rights Reserved.