com.aelitis.azureus.ui.swt.devices
Class DevicesFTUX

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.devices.DevicesFTUX

public class DevicesFTUX
extends Object

Author:
TuxPaper

Field Summary
static DevicesFTUX instance
           
 
Constructor Summary
DevicesFTUX()
           
 
Method Summary
protected  void _doInstall(AzureusCore core, boolean itunes, boolean sendQOS)
           
static void alreadyInstalledFixup()
           
protected  void close()
           
protected  void doInstall(boolean itunes, boolean sendQOS)
           
static boolean ensureInstalled(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

instance

public static DevicesFTUX instance
Constructor Detail

DevicesFTUX

public DevicesFTUX()
Method Detail

doInstall

protected void doInstall(boolean itunes,
                         boolean sendQOS)
Parameters:
sendQos -
selection -
Since:
4.1.0.5

_doInstall

protected void _doInstall(AzureusCore core,
                          boolean itunes,
                          boolean sendQOS)

close

protected void close()
Since:
4.1.0.5

ensureInstalled

public static boolean ensureInstalled(Runnable fire_on_install)
Returns:
Since:
4.1.0.5

showForDebug

public static void showForDebug()

alreadyInstalledFixup

public static void alreadyInstalledFixup()