|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextMenuListener | |
org.mozilla.jrex.ui |
Uses of ContextMenuListener in org.mozilla.jrex.ui |
Classes in org.mozilla.jrex.ui that implement ContextMenuListener | |
class |
JRexPopupMenuImpl
Class implementing JRexPopupMenu interface. |
Methods in org.mozilla.jrex.ui that return ContextMenuListener | |
ContextMenuListener[] |
JRexCanvas.getContextMenuListeners()
Returns an array of all the ContextMenu listeners registered on this component. |
Methods in org.mozilla.jrex.ui with parameters of type ContextMenuListener | |
void |
JRexCanvas.addContextMenuListener(ContextMenuListener contextMenuListener)
Adds the specified ContextMenu listener to receive ContextMenu events from this component. |
void |
JRexCanvas.removeContextMenuListener(ContextMenuListener contextMenuListener)
Removes the specified ContextMenu listener so that it no longer receives ContextMenu events from this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |