Class ChatView
java.lang.Object
com.biglybt.ui.swt.plugin.net.buddy.swt.ChatView
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BuddyPluginViewInterface.View
private BuddyPluginBeta.ChatInstance
private BuddyPluginBeta.ChatInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
dataSourceChanged
(Object data) boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprotected void
handleDrop
(String drop) private void
initialize
(org.eclipse.swt.widgets.Composite _parent_composite) private void
private void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.swt.pif.UISWTViewEventListener
informOfDuplicates
-
Field Details
-
current_chat
-
initialized_chat
-
chat_view
-
-
Constructor Details
-
ChatView
public ChatView()
-
-
Method Details
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite _parent_composite) -
handleDrop
-
viewActivated
private void viewActivated() -
viewDeactivated
private void viewDeactivated() -
dataSourceChanged
-
eventOccurred
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
-