Class DeviceInternetView.DeviceInternetViewInstance

java.lang.Object
com.biglybt.ui.swt.devices.DeviceInternetView.DeviceInternetViewInstance
All Implemented Interfaces:
UISWTViewMultiInstance.ViewInstance
Enclosing class:
DeviceInternetView

private class DeviceInternetView.DeviceInternetViewInstance extends Object implements UISWTViewMultiInstance.ViewInstance
  • Field Details

    • main

      private org.eclipse.swt.widgets.Composite main
    • 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
    • current_test

      private NetStatusPluginTester current_test
    • log_type

      private int log_type
    • plugin

      private NetStatusPlugin plugin
  • Constructor Details

    • DeviceInternetViewInstance

      private DeviceInternetViewInstance()
  • Method Details

    • initialize

      public void initialize(org.eclipse.swt.widgets.Composite parent)
      Specified by:
      initialize in interface UISWTViewMultiInstance.ViewInstance
    • startTest

      protected void startTest()
    • cancelTest

      protected void cancelTest()
    • startTestSupport

      protected void startTestSupport(Core core)
    • println

      protected void println(String str)
    • println

      protected void println(String str, boolean clear_first)
    • print

      protected void print(String str, boolean clear_first)
    • cancelTestSupport

      protected void cancelTestSupport()
    • updateLanguage

      public void updateLanguage()
      Specified by:
      updateLanguage in interface UISWTViewMultiInstance.ViewInstance