Package com.biglybt.ui.swt.devices
Class DevicesWizard
- java.lang.Object
-
- com.biglybt.ui.swt.devices.DevicesWizard
-
public class DevicesWizard extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.graphics.Font
boldFont
(package private) DeviceManagerUI
device_manager_ui
private org.eclipse.swt.widgets.Display
display
(package private) ImageLoader
imageLoader
(package private) org.eclipse.swt.widgets.Shell
shell
(package private) org.eclipse.swt.graphics.Font
subTitleFont
(package private) org.eclipse.swt.graphics.Font
textInputFont
(package private) org.eclipse.swt.graphics.Font
titleFont
-
Constructor Summary
Constructors Constructor Description DevicesWizard(DeviceManagerUI dm_ui)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
createFonts()
static void
main(java.lang.String[] args)
private void
populateFooter(org.eclipse.swt.widgets.Composite footer)
private void
populateHeader(org.eclipse.swt.widgets.Composite header)
-
-
-
Field Detail
-
device_manager_ui
DeviceManagerUI device_manager_ui
-
display
private org.eclipse.swt.widgets.Display display
-
shell
org.eclipse.swt.widgets.Shell shell
-
boldFont
org.eclipse.swt.graphics.Font boldFont
-
titleFont
org.eclipse.swt.graphics.Font titleFont
-
subTitleFont
org.eclipse.swt.graphics.Font subTitleFont
-
textInputFont
org.eclipse.swt.graphics.Font textInputFont
-
imageLoader
ImageLoader imageLoader
-
-
Constructor Detail
-
DevicesWizard
public DevicesWizard(DeviceManagerUI dm_ui)
-
-