org.mozilla.jrex.ui
Interface JRexToolBar

All Known Implementing Classes:
JRexToolBarImpl

public interface JRexToolBar

An interface representing JRex ToolBar.

Version:
1.0
Author:
C.N.Medappa

Method Summary
 JComponent getToolBar()
          Function to get the tool bar.
 void setBrowser(JRexCanvas browser)
          Invoked to set the browser component associated with tool bar.
 void setModeAndChrome(int mode, long chromeFlags)
          Invoked to set the WindowManager MODE in use and chrome flags associated with the browser component.
 

Method Detail

setBrowser

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


setModeAndChrome

public void setModeAndChrome(int mode,
                             long chromeFlags)
Invoked to set the WindowManager MODE in use and chrome flags associated with the browser component.


getToolBar

public JComponent getToolBar()
Function to get the tool bar. The toolbar will be based on WindowManager MODE and chrome flags associated with the browser component.



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