org.gudy.azureus2.ui.swt.components
Class StringListChooser

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.components.StringListChooser

public class StringListChooser
extends Object


Constructor Summary
StringListChooser(org.eclipse.swt.widgets.Shell parentShell)
           
 
Method Summary
 void addOption(String option)
           
 String open()
           
 void setText(String text)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringListChooser

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

setTitle

public void setTitle(String title)

setText

public void setText(String text)

addOption

public void addOption(String option)

open

public String open()