Class NetStatusPluginView
java.lang.Object
com.biglybt.ui.swt.plugin.net.netstatus.swt.NetStatusPluginView
- All Implemented Interfaces:
UISWTViewEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Button
private org.eclipse.swt.widgets.Composite
private boolean
private NetStatusPluginTester
private org.eclipse.swt.custom.StyledText
private static final int
private static final int
private static final int
private static final int
private int
private NetStatusPlugin
private int
private org.eclipse.swt.widgets.Button
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addOption
(org.eclipse.swt.widgets.Button button, int type, boolean enable) protected void
protected void
protected void
destroy()
boolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursprotected void
initialise
(org.eclipse.swt.widgets.Composite _composite) static void
initSWTUI
(UIInstance _ui) Called via reflection fromNetStatusPlugin
protected void
protected void
protected void
protected void
protected void
startTestSupport
(Core core) 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
builderNotRequired, informOfDuplicates
-
Field Details
-
plugin
-
created
private boolean created -
composite
private org.eclipse.swt.widgets.Composite composite -
start_button
private org.eclipse.swt.widgets.Button start_button -
cancel_button
private org.eclipse.swt.widgets.Button cancel_button -
log
private org.eclipse.swt.custom.StyledText log -
selected_tests
private int selected_tests -
current_test
-
LOG_NORMAL
private static final int LOG_NORMAL- See Also:
-
LOG_SUCCESS
private static final int LOG_SUCCESS- See Also:
-
LOG_ERROR
private static final int LOG_ERROR- See Also:
-
LOG_INFO
private static final int LOG_INFO- See Also:
-
log_type
private int log_type
-
-
Constructor Details
-
NetStatusPluginView
public NetStatusPluginView()
-
-
Method Details
-
initSWTUI
Called via reflection fromNetStatusPlugin
-
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
-
initialise
protected void initialise(org.eclipse.swt.widgets.Composite _composite) -
addOption
protected void addOption(org.eclipse.swt.widgets.Button button, int type, boolean enable) -
startTest
protected void startTest() -
cancelTest
protected void cancelTest() -
startTestSupport
-
println
-
println
-
print
-
cancelTestSupport
protected void cancelTestSupport() -
destroy
protected void destroy()
-