Class StringListChooser

java.lang.Object
com.biglybt.ui.swt.components.StringListChooser

public class StringListChooser extends Object
  • Field Details

    • display

      private org.eclipse.swt.widgets.Display display
    • shell

      private org.eclipse.swt.widgets.Shell shell
    • label

      private org.eclipse.swt.widgets.Label label
    • combo

      private org.eclipse.swt.widgets.Combo combo
    • result

      private String result
  • Constructor Details

    • StringListChooser

      public StringListChooser(org.eclipse.swt.widgets.Shell parentShell)
  • Method Details

    • createShell

      private void createShell(org.eclipse.swt.widgets.Shell parentShell)
    • setTitle

      public void setTitle(String title)
    • setText

      public void setText(String text)
    • addOption

      public void addOption(String option)
    • open

      public String open()