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 BuddyPluginView
private BuddyPluginViewInstance
private Object
static final String
private BuddyPlugin
private UISWTInstance
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionFriendsView
(BuddyPluginView _buddyPluginView, BuddyPlugin _plugin, UIInstance _ui_instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursMethods 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
-
VIEW_ID
- See Also:
-
DS_SELECT_CLASSIC_TAB
- See Also:
-
plugin
-
ui_instance
-
buddyPluginView
-
current_instance
-
datasource
-
-
Constructor Details
-
FriendsView
-
FriendsView
public FriendsView()
-
-
Method Details
-
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
-