Package com.biglybt.ui.swt.components
Class StringListChooser
- java.lang.Object
-
- com.biglybt.ui.swt.components.StringListChooser
-
public class StringListChooser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StringListChooser(org.eclipse.swt.widgets.Shell parentShell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOption(java.lang.String option)
private void
createShell(org.eclipse.swt.widgets.Shell parentShell)
java.lang.String
open()
void
setText(java.lang.String text)
void
setTitle(java.lang.String title)
-