org.mozilla.jrex.ui
Interface JRexStatusBar

All Known Implementing Classes:
JRexStatusBarImpl

public interface JRexStatusBar

An interface representing JRex StatusBar.

Version:
1.0
Author:
C.N.Medappa

Method Summary
 JComponent getStatusBar()
          Function to get the Status Bar.
 void setBrowser(JRexCanvas browser)
          Invoked to set the browser component associated with Status Bar.
 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 Status Bar.


setMode

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


getStatusBar

public JComponent getStatusBar()
Function to get the Status Bar. The StatusBar will be based on WindowManager MODE.



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