Package com.biglybt.ui.swt.views.stats
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 Object
static final int
private org.eclipse.swt.widgets.Composite
private UISWTView
private TabbedMDI
private StatsView.UpdateThread
static String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
dataSourceChanged
(Object newDataSource) private void
delete()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursstatic String
private void
initialize
(org.eclipse.swt.widgets.Composite composite) private void
refresh()
private static 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
-
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: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
-