Class DevicesFTUX

java.lang.Object
com.biglybt.ui.swt.devices.DevicesFTUX

public class DevicesFTUX extends Object
  • Field Details

    • instance

      public static DevicesFTUX instance
    • shell

      private org.eclipse.swt.widgets.Shell shell
    • checkITunes

      private org.eclipse.swt.widgets.Button checkITunes
    • text_area

      private org.eclipse.swt.custom.StyledText text_area
    • install_area

      private org.eclipse.swt.widgets.Composite install_area
    • install_area_parent

      private org.eclipse.swt.widgets.Composite install_area_parent
    • to_fire_on_complete

      final List<Runnable> to_fire_on_complete
  • Constructor Details

    • DevicesFTUX

      public DevicesFTUX()
  • Method Details

    • isDisposed

      boolean isDisposed()
      Since:
      4.1.0.5
    • setFocus

      void setFocus(Runnable fire_on_install)
      Since:
      4.1.0.5
    • open

      void open(Runnable fire_on_install)
    • doInstall

      protected void doInstall(boolean itunes)
      Since:
      4.1.0.5
    • _doInstall

      protected void _doInstall(Core core, boolean itunes)
    • close

      protected void close()
      Since:
      4.1.0.5
    • ensureInstalled

      public static boolean ensureInstalled(Runnable fire_on_install)
      Since:
      4.1.0.5
    • showForDebug

      public static void showForDebug()