Uses of Interface
org.xnap.chat.Channel

Packages that use Channel
org.xnap.chat Provides interfaces and classes for chat communication. 
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.plugin.joscar   
org.xnap.plugin.limewire   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
 

Uses of Channel in org.xnap.chat
 

Classes in org.xnap.chat that implement Channel
 class AbstractChannel
           
 

Methods in org.xnap.chat that return Channel
 Channel[] ChatManager.getChannels()
           
 

Methods in org.xnap.chat with parameters of type Channel
 void ChatManager.add(Channel channel)
           
 boolean ChatManager.contains(Channel channel)
           
 void ChatManager.remove(Channel channel)
           
 

Uses of Channel in org.xnap.gui
 

Methods in org.xnap.gui that return Channel
 Channel ChannelPanel.getChannel()
           
 

Methods in org.xnap.gui with parameters of type Channel
 ChannelPanel ChatPanel.add(Channel channel)
           
 

Constructors in org.xnap.gui with parameters of type Channel
ChannelPanel(ChatPanel parent, Channel channel)
           
 

Uses of Channel in org.xnap.gui.table
 

Constructors in org.xnap.gui.table with parameters of type Channel
ChatPeerTableModel(Channel channel)
           
 

Uses of Channel in org.xnap.plugin.joscar
 

Classes in org.xnap.plugin.joscar that implement Channel
 class JOscarChannel
           
 

Uses of Channel in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement Channel
 class LimeWireChatChannel
          Implements a limewire search session.
 

Uses of Channel in org.xnap.plugin.opennap.net
 

Classes in org.xnap.plugin.opennap.net that implement Channel
 class OpenNapAbstractChannel
          Manages a list of channels.
 class OpenNapChannel
          Represents a single channel on a server.
 class PrivateOpenNapChannel
          Manages a list of channels.
 

Uses of Channel in org.xnap.plugin.pircbot
 

Classes in org.xnap.plugin.pircbot that implement Channel
 class PircBotChannel
           
 



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