Package com.biglybt.ui.swt.views.stats
Class XferStatsView
java.lang.Object
com.biglybt.ui.swt.views.stats.XferStatsView
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
(package private) org.eclipse.swt.widgets.Composite
(package private) XferStatsPanel
(package private) XferStatsPanel
static final String
private UISWTView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
informOfDuplicates
-
Field Details
-
MSGID_PREFIX
- See Also:
-
composite
org.eclipse.swt.widgets.Composite composite -
local_stats
XferStatsPanel local_stats -
global_stats
XferStatsPanel global_stats -
autoAlpha
private final boolean autoAlpha -
swtView
-
-
Constructor Details
-
XferStatsView
public XferStatsView() -
XferStatsView
public XferStatsView(boolean autoAlpha)
-
-
Method Details
-
initialize
public void initialize(org.eclipse.swt.widgets.Composite _composite) -
getTitleID
-
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
-