Uses of Interface
org.jivesoftware.spark.plugin.ContextMenuListener

Packages that use ContextMenuListener
org.jivesoftware.spark.component Provides useful Swing components that can be used within Spark. 
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
org.jivesoftware.spark.ui.conferences Contains Conference Room specific components, such as room browsers and helpful conference utilities. 
 

Uses of ContextMenuListener in org.jivesoftware.spark.component
 

Methods in org.jivesoftware.spark.component that return ContextMenuListener
 ContextMenuListener TreeFolder.getListener()
           
 

Methods in org.jivesoftware.spark.component with parameters of type ContextMenuListener
 void TreeFolder.setListener(ContextMenuListener listener)
           
 

Uses of ContextMenuListener in org.jivesoftware.spark.ui
 

Methods in org.jivesoftware.spark.ui with parameters of type ContextMenuListener
 void ChatArea.addContextMenuListener(ContextMenuListener listener)
          Adds a ContextMenuListener to ChatArea.
 void ContactList.addContextMenuListener(ContextMenuListener listener)
           
 void ChatArea.removeContextMenuListener(ContextMenuListener listener)
          Remove a ContextMenuListener to ChatArea.
 void ContactList.removeContextMenuListener(ContextMenuListener listener)
           
 

Uses of ContextMenuListener in org.jivesoftware.spark.ui.conferences
 

Methods in org.jivesoftware.spark.ui.conferences with parameters of type ContextMenuListener
 void BookmarkedConferences.addContextMenuListener(ContextMenuListener listener)
          Adds a new ContextMenuListener.
 void BookmarkedConferences.removeContextMenuListener(ContextMenuListener listener)
          Removes a ContextMenuListener.