Class DevicesFTUX


  • public class DevicesFTUX
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DevicesFTUX()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void _doInstall​(Core core, boolean itunes)  
      protected void close()  
      protected void doInstall​(boolean itunes)  
      static boolean ensureInstalled​(java.lang.Runnable fire_on_install)  
      (package private) boolean isDisposed()  
      (package private) void open​(java.lang.Runnable fire_on_install)  
      (package private) void setFocus​(java.lang.Runnable fire_on_install)  
      static void showForDebug()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.util.List<java.lang.Runnable> to_fire_on_complete
    • Constructor Detail

      • DevicesFTUX

        public DevicesFTUX()
    • Method Detail

      • isDisposed

        boolean isDisposed()
        Since:
        4.1.0.5
      • setFocus

        void setFocus​(java.lang.Runnable fire_on_install)
        Since:
        4.1.0.5
      • open

        void open​(java.lang.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​(java.lang.Runnable fire_on_install)
        Since:
        4.1.0.5
      • showForDebug

        public static void showForDebug()