Package com.biglybt.ui.swt.views
Class DownloadXferStatsView
- java.lang.Object
-
- com.biglybt.ui.swt.views.DownloadXferStatsView
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class DownloadXferStatsView extends java.lang.Object implements UISWTViewCoreEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Composite
composite
private DownloadManager
current_dm
private GlobalManagerStats
gm_stats
private XferStatsPanel
local_stats
static java.lang.String
MSGID_PREFIX
private UISWTView
swtView
-
Constructor Summary
Constructors Constructor Description DownloadXferStatsView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
dataSourceChanged(java.lang.Object ds)
void
delete()
boolean
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occursprivate java.lang.String
getTitleID()
void
initialize(org.eclipse.swt.widgets.Composite _composite)
-
-
-
Field Detail
-
MSGID_PREFIX
public static final java.lang.String MSGID_PREFIX
- See Also:
- Constant Field Values
-
composite
private org.eclipse.swt.widgets.Composite composite
-
local_stats
private XferStatsPanel local_stats
-
swtView
private UISWTView swtView
-
gm_stats
private GlobalManagerStats gm_stats
-
current_dm
private DownloadManager current_dm
-
-
Method Detail
-
initialize
public void initialize(org.eclipse.swt.widgets.Composite _composite)
-
getTitleID
private java.lang.String getTitleID()
-
dataSourceChanged
private void dataSourceChanged(java.lang.Object ds)
-
delete
public void delete()
-
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
-
-