Class FriendsView
java.lang.Object
com.biglybt.ui.swt.plugin.net.buddy.swt.FriendsView
- All Implemented Interfaces:
UISWTViewEventListener, UISWTViewCoreEventListener
This is the "Friends" view, which is a multi-tabbed configuration view
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BuddyPluginViewprivate BuddyPluginViewInstanceprivate Objectstatic final Stringstatic final Stringprivate BuddyPluginprivate UISWTInstancestatic final String -
Constructor Summary
ConstructorsConstructorDescriptionFriendsView(BuddyPluginView _buddyPluginView, BuddyPlugin _plugin, UIInstance _ui_instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursbooleaninformOfDuplicates(int type) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UISWTViewEventListener
builderNotRequired
-
Field Details
-
VIEW_ID
- See Also:
-
DS_SELECT_CLASSIC_TAB
- See Also:
-
DS_SELECT_CHAT_TAB
- See Also:
-
plugin
-
ui_instance
-
buddyPluginView
-
current_instance
-
datasource
-
-
Constructor Details
-
FriendsView
-
FriendsView
public FriendsView()
-
-
Method Details
-
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
-
informOfDuplicates
public boolean informOfDuplicates(int type) - Specified by:
informOfDuplicatesin interfaceUISWTViewEventListener
-