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.Viewprivate BuddyPluginBeta.ChatInstanceprivate BuddyPluginBeta.ChatInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddataSourceChanged(Object data) booleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprotected voidhandleDrop(String drop) private voidinitialize(org.eclipse.swt.widgets.Composite _parent_composite) private voidprivate voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UISWTViewEventListener
builderNotRequired, 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:UISWTViewEventListenerTriggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurredin interfaceUISWTViewEventListener- Parameters:
event- event that occurred- Returns:
- meaning dependent upon event type
-