|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.ui.JRexStatusBarImpl
Class implementing JRexStatusBar interface.
JRexStatusBar
Constructor Summary | |
JRexStatusBarImpl()
Don't use this function to create a JRexToolBar instance use JRexFactory. |
Method Summary | |
void |
actionPerformed(ActionEvent ae)
|
JComponent |
getStatusBar()
Function to get the Status Bar. |
void |
onLinkStatusChange(ProgressEvent event)
This is an additional event to set of progress event, this event occurs when mouse is rolled over a link which is usually printed in the status bar of the browser. |
void |
onLocationChange(ProgressEvent event)
Called when the window being watched changes the location that is currently. |
void |
onProgressChange(ProgressEvent event)
Notification that the progress has changed for one of the requests being monitored. |
void |
onSecurityChange(ProgressEvent event)
Notification called for security progress. |
void |
onStateChange(ProgressEvent event)
Notification indicating the state has changed for one of the requests associated with the document loaded. |
void |
onStatusChange(ProgressEvent event)
Notification that the status has changed. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JRexStatusBarImpl()
JRexFactory
Method Detail |
public void setBrowser(JRexCanvas browser)
JRexStatusBar
setBrowser
in interface JRexStatusBar
public void setMode(int mode)
JRexStatusBar
setMode
in interface JRexStatusBar
public JComponent getStatusBar()
JRexStatusBar
getStatusBar
in interface JRexStatusBar
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
public void onStateChange(ProgressEvent event)
ProgressListener
onStateChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
,
StateChangeEventParam
public void onLocationChange(ProgressEvent event)
ProgressListener
onLocationChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
public void onStatusChange(ProgressEvent event)
ProgressListener
onStatusChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
,
StatusChangeEventParam
public void onSecurityChange(ProgressEvent event)
ProgressListener
onSecurityChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
,
StatusChangeEventParam
public void onProgressChange(ProgressEvent event)
ProgressListener
onProgressChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
,
ProgressChangeEventParam
public void onLinkStatusChange(ProgressEvent event)
ProgressListener
onLinkStatusChange
in interface ProgressListener
event
- The ProgressEventProgressEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |