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