Class StatsView
java.lang.Object
com.biglybt.ui.swt.views.stats.StatsView
- All Implemented Interfaces:
UISWTViewEventListener, UISWTViewCoreEventListener, IViewAlwaysInitialize
aka "Statistics View" that contains
ActivityView,
TransferStatsView, CacheView, DHTView,
VivaldiView-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Objectstatic final intprivate org.eclipse.swt.widgets.Compositeprivate UISWTViewprivate TabbedMDIprivate StatsView.UpdateThreadstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddataSourceChanged(Object newDataSource) private voiddelete()booleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursstatic Stringprivate voidinitialize(org.eclipse.swt.widgets.Composite composite) private voidrefresh()private static voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UISWTViewEventListener
builderNotRequired, informOfDuplicates
-
Field Details
-
VIEW_ID
-
EVENT_PERIODIC_UPDATE
public static final int EVENT_PERIODIC_UPDATE- See Also:
-
tabbedMDI
-
updateThread
-
dataSource
-
swtView
-
parent
private org.eclipse.swt.widgets.Composite parent
-
-
Constructor Details
-
StatsView
public StatsView()
-
-
Method Details
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite composite) -
registerPluginViews
private static void registerPluginViews() -
refresh
private void refresh() -
getFullTitle
-
delete
private void delete() -
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
-