Uses of Class
org.xnap.event.ListEvent

Packages that use ListEvent
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.gui.menu Provides implementations of common menus. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.gui.util Provides utility classes for common gui tasks. 
org.xnap.plugin.festival   
 

Uses of ListEvent in org.xnap.event
 

Methods in org.xnap.event with parameters of type ListEvent
 void ListListener.itemAdded(ListEvent event)
          Invoked when an item has beed added.
 void ListListener.itemRemoved(ListEvent event)
          Invoked when an item has been removed.
 

Uses of ListEvent in org.xnap.gui
 

Methods in org.xnap.gui with parameters of type ListEvent
 void ChatPanel.itemAdded(ListEvent e)
          Invoked when a channel has been joined.
 void ChatProviderPanel.itemAdded(ListEvent e)
          Invoked when a ChatProvider object is added to the ChatManager.
 void SearchPanel.itemAdded(ListEvent event)
          Invoked when a SearchProvider has been added.
 void ChatPanel.itemRemoved(ListEvent e)
          Invoked when a channel is removed.
 void ChatProviderPanel.itemRemoved(ListEvent e)
          Invoked when a ChatProvider object is removed from ChatManager.
 void SearchPanel.itemRemoved(ListEvent event)
          Invoked when a SearchProvider has been removed.
 

Uses of ListEvent in org.xnap.gui.menu
 

Methods in org.xnap.gui.menu with parameters of type ListEvent
 void ViewerMenu.itemAdded(ListEvent e)
           
 void ViewerMenu.itemRemoved(ListEvent e)
           
 

Uses of ListEvent in org.xnap.gui.table
 

Methods in org.xnap.gui.table with parameters of type ListEvent
 void TransferContainerTreeTableNode.itemAdded(ListEvent event)
           
 void TransferContainerTreeTableNode.itemRemoved(ListEvent event)
           
 

Uses of ListEvent in org.xnap.gui.util
 

Methods in org.xnap.gui.util with parameters of type ListEvent
 void SwingSynchronizedCache.itemAdded(ListEvent event)
          Adds event to cache.
 void SwingSynchronizedCache.itemRemoved(ListEvent event)
          Adds event to cache.
 

Uses of ListEvent in org.xnap.plugin.festival
 

Methods in org.xnap.plugin.festival with parameters of type ListEvent
 void FestivalPlugin.itemAdded(ListEvent event)
           
 void FestivalPlugin.itemRemoved(ListEvent event)
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.