Package com.biglybt.ui.swt.views.stats
Class TrackerActivityView
java.lang.Object
com.biglybt.ui.swt.views.stats.TrackerActivityView
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AllTrackersManager.AllTrackers
private static MultiPlotGraphic[]
private static org.eclipse.swt.graphics.Color[]
private static org.eclipse.swt.graphics.Color[]
private static org.eclipse.swt.graphics.Color[]
private MultiPlotGraphic[]
static final String
private org.eclipse.swt.widgets.Composite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
delete()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprivate org.eclipse.swt.widgets.Composite
private void
initialize
(org.eclipse.swt.widgets.Composite composite) private void
refresh
(boolean force) 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
-
MSGID_PREFIX
- See Also:
-
mpg_histories
-
mpg_rates_colors
private static org.eclipse.swt.graphics.Color[] mpg_rates_colors -
mpg_lags_colors
private static org.eclipse.swt.graphics.Color[] mpg_lags_colors -
mpg_sched_colors
private static org.eclipse.swt.graphics.Color[] mpg_sched_colors -
panel
private org.eclipse.swt.widgets.Composite panel -
mpgs
-
all_trackers
-
-
Constructor Details
-
TrackerActivityView
public TrackerActivityView()
-
-
Method Details
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite composite) -
delete
private void delete() -
getComposite
private org.eclipse.swt.widgets.Composite getComposite() -
refresh
private void refresh(boolean force) -
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
-