Class BuddyPluginViewChat
java.lang.Object
com.biglybt.ui.swt.plugin.net.buddy.swt.BuddyPluginViewChat
- All Implemented Interfaces:
BuddyPluginAZ2ChatListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Table
private BuddyPluginAZ2.chatInstance
private org.eclipse.swt.custom.StyledText
private LocaleUtilities
private List
private BuddyPlugin
private org.eclipse.swt.widgets.Shell
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BuddyPluginViewChat
(BuddyPlugin _plugin, org.eclipse.swt.widgets.Display _display, BuddyPluginAZ2.chatInstance _chat) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
close()
protected void
closed()
protected void
logChatMessage
(String buddy_name, org.eclipse.swt.graphics.Color colour, Map map) void
messageReceived
(BuddyPluginAZ2.chatParticipant participant, Map msg) void
participantAdded
(BuddyPluginAZ2.chatParticipant participant) void
participantChanged
(BuddyPluginAZ2.chatParticipant participant) void
participantRemoved
(BuddyPluginAZ2.chatParticipant participant) protected void
sendMessage
(String text) protected void
updateTable
(boolean async)
-
Field Details
-
plugin
-
chat
-
lu
-
shell
private org.eclipse.swt.widgets.Shell shell -
log
private org.eclipse.swt.custom.StyledText log -
buddy_table
private org.eclipse.swt.widgets.Table buddy_table -
participants
-
-
Constructor Details
-
BuddyPluginViewChat
protected BuddyPluginViewChat(BuddyPlugin _plugin, org.eclipse.swt.widgets.Display _display, BuddyPluginAZ2.chatInstance _chat)
-
-
Method Details
-
updateTable
protected void updateTable(boolean async) -
close
protected void close() -
closed
protected void closed() -
participantAdded
- Specified by:
participantAdded
in interfaceBuddyPluginAZ2ChatListener
-
participantChanged
- Specified by:
participantChanged
in interfaceBuddyPluginAZ2ChatListener
-
participantRemoved
- Specified by:
participantRemoved
in interfaceBuddyPluginAZ2ChatListener
-
sendMessage
-
messageReceived
- Specified by:
messageReceived
in interfaceBuddyPluginAZ2ChatListener
-
logChatMessage
-