Package com.biglybt.ui.swt.networks
Class SWTNetworkSelection.classifierDialog
- java.lang.Object
-
- com.biglybt.ui.swt.networks.SWTNetworkSelection.classifierDialog
-
- Enclosing class:
- SWTNetworkSelection
protected static class SWTNetworkSelection.classifierDialog extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Button[]
checkboxes
protected java.lang.String[]
selection
protected AESemaphore
sem
protected org.eclipse.swt.widgets.Shell
shell
-
Constructor Summary
Constructors Modifier Constructor Description protected
classifierDialog(AESemaphore _sem, org.eclipse.swt.widgets.Display display, java.lang.String description, java.lang.String[] tracker_networks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
close(boolean ok)
protected java.lang.String[]
getSelection()
-
-
-
Field Detail
-
shell
protected org.eclipse.swt.widgets.Shell shell
-
sem
protected AESemaphore sem
-
selection
protected java.lang.String[] selection
-
checkboxes
private org.eclipse.swt.widgets.Button[] checkboxes
-
-
Constructor Detail
-
classifierDialog
protected classifierDialog(AESemaphore _sem, org.eclipse.swt.widgets.Display display, java.lang.String description, java.lang.String[] tracker_networks)
-
-