Package com.biglybt.ui.swt.views.stats
Class XferStatsView
- java.lang.Object
-
- com.biglybt.ui.swt.views.stats.XferStatsView
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class XferStatsView extends java.lang.Object implements UISWTViewCoreEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
autoAlpha
(package private) org.eclipse.swt.widgets.Composite
composite
(package private) XferStatsPanel
global_stats
(package private) XferStatsPanel
local_stats
static java.lang.String
MSGID_PREFIX
private UISWTView
swtView
-
Constructor Summary
Constructors Constructor Description XferStatsView()
XferStatsView(boolean autoAlpha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
org.eclipse.swt.widgets.Composite composite
-
local_stats
XferStatsPanel local_stats
-
global_stats
XferStatsPanel global_stats
-
autoAlpha
private final boolean autoAlpha
-
swtView
private UISWTView swtView
-
-
Method Detail
-
initialize
public void initialize(org.eclipse.swt.widgets.Composite _composite)
-
getTitleID
private java.lang.String getTitleID()
-
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
-
-