Package com.biglybt.ui.swt.devices
Class DevicesFTUX
- java.lang.Object
-
- com.biglybt.ui.swt.devices.DevicesFTUX
-
public class DevicesFTUX extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Button
checkITunes
private org.eclipse.swt.widgets.Composite
install_area
private org.eclipse.swt.widgets.Composite
install_area_parent
static DevicesFTUX
instance
private org.eclipse.swt.widgets.Shell
shell
private org.eclipse.swt.custom.StyledText
text_area
(package private) java.util.List<java.lang.Runnable>
to_fire_on_complete
-
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()
-
-
-
Field Detail
-
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 java.util.List<java.lang.Runnable> to_fire_on_complete
-
-
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()
-
-