Uses of Class
org.mozilla.jrex.event.history.HistoryEvent

Packages that use HistoryEvent
org.mozilla.jrex.event.history   
org.mozilla.jrex.ui   
 

Uses of HistoryEvent in org.mozilla.jrex.event.history
 

Methods in org.mozilla.jrex.event.history with parameters of type HistoryEvent
 void HistoryListener.addEntry(HistoryEvent event)
          called to notify a listener when a new document is added to session history.
 boolean HistoryListener.goBack(HistoryEvent event)
          called to notify a listener when the user presses the 'back' button of the browser OR when the user attempts to go back one page in history thro' other means, from javascript or using nsIWebNavigation For this event the HistoryEvent's getEventParam will return uri of the previous page which is to be loaded.
 boolean HistoryListener.goForward(HistoryEvent event)
          called to notify a listener when the user presses the 'forward' button of the browser OR when the user attempts to go forward one page in history thro' other means, from javascript or using nsIWebNavigation For this event the HistoryEvent's getEventParam will return uri of the next page which is to be loaded.
 boolean HistoryListener.reload(HistoryEvent event)
          called to notify a listener when the user presses the 'reload' button of the browser OR when the user attempts to reload the current document through other means, like from javascript or using nsIWebNavigation For this event the HistoryEvent's getEventParam will return IntegerEventParam instance with 'int' data containing reloadFlags and 'uri' containing uri of the current document to be reloaded.
 boolean HistoryListener.goToIndex(HistoryEvent event)
          called to notify a listener when the user visits a page using the 'Go' menu of the browser OR when the user attempts to go to a page at a particular index through other means, like from javascript or using nsIWebNavigation For this event the HistoryEvent's getEventParam will return IntegerEventParam instance with 'int' data containing index in history of the document to be loaded and 'uri' containing uri of the document to be loaded.
 boolean HistoryListener.purge(HistoryEvent event)
          called to notify a listener when documents are removed from session history.
 

Uses of HistoryEvent in org.mozilla.jrex.ui
 

Methods in org.mozilla.jrex.ui with parameters of type HistoryEvent
 void JRexToolBarImpl.addEntry(HistoryEvent event)
           
 boolean JRexToolBarImpl.goBack(HistoryEvent event)
           
 boolean JRexToolBarImpl.goForward(HistoryEvent event)
           
 boolean JRexToolBarImpl.reload(HistoryEvent event)
           
 boolean JRexToolBarImpl.goToIndex(HistoryEvent event)
           
 boolean JRexToolBarImpl.purge(HistoryEvent event)
           
 Boolean JRexCanvas.processHistoryEvent(HistoryEvent he)
          Processes history events occurring on this browser by dispatching them to any registered HistoryListener objects.
 



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