Package com.biglybt.ui.swt.views
Class DownloadXferStatsView
java.lang.Object
com.biglybt.ui.swt.views.DownloadXferStatsView
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Composite
private DownloadManager
private GlobalManagerStats
private XferStatsPanel
static final String
private UISWTView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
delete()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprivate String
void
initialize
(org.eclipse.swt.widgets.Composite _composite) 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
builderNotRequired, informOfDuplicates
-
Field Details
-
MSGID_PREFIX
- See Also:
-
composite
private org.eclipse.swt.widgets.Composite composite -
local_stats
-
swtView
-
gm_stats
-
current_dm
-
-
Constructor Details
-
DownloadXferStatsView
public DownloadXferStatsView()
-
-
Method Details
-
initialize
public void initialize(org.eclipse.swt.widgets.Composite _composite) -
getTitleID
-
dataSourceChanged
-
delete
public void delete() -
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
-