|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChatProvider | |
---|---|
org.xnap.chat | Provides interfaces and classes for chat communication. |
org.xnap.chat.command | |
org.xnap.gui | Provides interfaces and classes for the graphical user interface. |
org.xnap.gui.action | Provides common action classes. |
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 ChatProvider in org.xnap.chat |
---|
Classes in org.xnap.chat that implement ChatProvider | |
---|---|
class |
AbstractChatProvider
|
Methods in org.xnap.chat that return ChatProvider | |
---|---|
ChatProvider |
Channel.getProvider()
Returns a reference to the chat provider. |
ChatProvider[] |
ChatManager.getProviders()
|
Methods in org.xnap.chat with parameters of type ChatProvider | |
---|---|
void |
ChatManager.add(ChatProvider provider)
|
void |
ChatManager.remove(ChatProvider provider)
|
Uses of ChatProvider in org.xnap.chat.command |
---|
Constructors in org.xnap.chat.command with parameters of type ChatProvider | |
---|---|
JoinChannelCommand(ChatProvider cp,
java.lang.String defaultChannel)
|
Uses of ChatProvider in org.xnap.gui |
---|
Methods in org.xnap.gui that return ChatProvider | |
---|---|
ChatProvider |
ChatProviderPanel.getSelectedProvider()
|
Uses of ChatProvider in org.xnap.gui.action |
---|
Constructors in org.xnap.gui.action with parameters of type ChatProvider | |
---|---|
JoinChannelAction(ChatProvider cp)
|
Uses of ChatProvider in org.xnap.gui.table |
---|
Methods in org.xnap.gui.table with parameters of type ChatProvider | |
---|---|
void |
ChannelTableModel.set(ChatProvider provider)
|
Uses of ChatProvider in org.xnap.plugin.joscar |
---|
Methods in org.xnap.plugin.joscar that return ChatProvider | |
---|---|
ChatProvider |
JOscarChannel.getProvider()
|
Uses of ChatProvider in org.xnap.plugin.limewire |
---|
Methods in org.xnap.plugin.limewire that return ChatProvider | |
---|---|
ChatProvider |
LimeWireChatChannel.getProvider()
|
Uses of ChatProvider in org.xnap.plugin.opennap.net |
---|
Classes in org.xnap.plugin.opennap.net that implement ChatProvider | |
---|---|
class |
OpenNapServer
|
Methods in org.xnap.plugin.opennap.net that return ChatProvider | |
---|---|
ChatProvider |
OpenNapAbstractChannel.getProvider()
|
ChatProvider |
OpenNapChannel.getProvider()
|
ChatProvider |
PrivateOpenNapChannel.getProvider()
|
Uses of ChatProvider in org.xnap.plugin.pircbot |
---|
Classes in org.xnap.plugin.pircbot that implement ChatProvider | |
---|---|
class |
PircBotServer
|
Methods in org.xnap.plugin.pircbot that return ChatProvider | |
---|---|
ChatProvider |
PircBotChannel.getProvider()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |