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.Compositeprivate DownloadManagerprivate GlobalManagerStatsprivate XferStatsPanelstatic final Stringprivate UISWTView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoiddelete()booleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprivate Stringvoidinitialize(org.eclipse.swt.widgets.Composite _composite) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:UISWTViewEventListenerTriggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurredin interfaceUISWTViewEventListener- Parameters:
event- event that occurred- Returns:
- meaning dependent upon event type
-