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) XferStatsPanelstatic final Stringprivate UISWTView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()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
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:UISWTViewEventListenerTriggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurredin interfaceUISWTViewEventListener- Parameters:
event- event that occurred- Returns:
- meaning dependent upon event type
-