Package com.biglybt.ui.swt.views
Class ViewQuickNetInfo
- java.lang.Object
-
- com.biglybt.ui.swt.views.ViewQuickNetInfo
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class ViewQuickNetInfo extends java.lang.Object implements UISWTViewCoreEventListener
-
-
Field Summary
Fields Modifier and Type Field Description private BufferedLabel
asn
private org.eclipse.swt.widgets.Composite
composite
private BufferedLabel
current_ip
private SpeedManager
speed_manager
private UISWTView
swtView
-
Constructor Summary
Constructors Constructor Description ViewQuickNetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
delete()
boolean
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occursprivate org.eclipse.swt.widgets.Composite
getComposite()
private java.lang.String
getFullTitle()
private void
initialize(org.eclipse.swt.widgets.Composite parent)
private void
refresh()
-
-
-
Field Detail
-
swtView
private UISWTView swtView
-
composite
private org.eclipse.swt.widgets.Composite composite
-
asn
private BufferedLabel asn
-
current_ip
private BufferedLabel current_ip
-
speed_manager
private SpeedManager speed_manager
-
-
Method Detail
-
initialize
private void initialize(org.eclipse.swt.widgets.Composite parent)
-
delete
private void delete()
-
getFullTitle
private java.lang.String getFullTitle()
-
getComposite
private org.eclipse.swt.widgets.Composite getComposite()
-
refresh
private void refresh()
-
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
-
-