Package com.biglybt.plugin.net.buddy.swt
Class ChatView
- java.lang.Object
-
- com.biglybt.plugin.net.buddy.swt.ChatView
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class ChatView extends java.lang.Object implements UISWTViewCoreEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private BuddyPluginViewInterface.View
chat_view
private BuddyPluginBeta.ChatInstance
current_chat
private BuddyPluginBeta.ChatInstance
initialized_chat
-
Constructor Summary
Constructors Constructor Description ChatView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
dataSourceChanged(java.lang.Object data)
boolean
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occursprotected void
handleDrop(java.lang.String drop)
private void
initialize(org.eclipse.swt.widgets.Composite _parent_composite)
private void
viewActivated()
private void
viewDeactivated()
-
-
-
Field Detail
-
current_chat
private BuddyPluginBeta.ChatInstance current_chat
-
initialized_chat
private BuddyPluginBeta.ChatInstance initialized_chat
-
chat_view
private BuddyPluginViewInterface.View chat_view
-
-
Method Detail
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite _parent_composite)
-
handleDrop
protected void handleDrop(java.lang.String drop)
-
viewActivated
private void viewActivated()
-
viewDeactivated
private void viewDeactivated()
-
dataSourceChanged
private void dataSourceChanged(java.lang.Object data)
-
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
Description copied from interface:UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurred
in interfaceUISWTViewEventListener
- Parameters:
event
- event that occurred- Returns:
- meaning dependent upon event type
-
-