|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryListener | |
org.mozilla.jrex.ui |
Uses of HistoryListener in org.mozilla.jrex.ui |
Classes in org.mozilla.jrex.ui that implement HistoryListener | |
class |
JRexToolBarImpl
Class implementing JRexToolBar interface. |
Methods in org.mozilla.jrex.ui that return HistoryListener | |
HistoryListener[] |
JRexCanvas.getHistoryListeners()
Returns an array of all the History listeners registered on this component. |
Methods in org.mozilla.jrex.ui with parameters of type HistoryListener | |
void |
JRexCanvas.addHistoryListener(HistoryListener historyListener)
Adds the specified History listener to receive History events from this component. |
void |
JRexCanvas.removeHistoryListener(HistoryListener historyListener)
Removes the specified History listener so that it no longer receives History events from this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |