Uses of Interface
org.mozilla.jrex.event.context.ContextMenuListener

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.
 



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