Class StringListChooser


  • public class StringListChooser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.widgets.Combo combo  
      private org.eclipse.swt.widgets.Display display  
      private org.eclipse.swt.widgets.Label label  
      private java.lang.String result  
      private org.eclipse.swt.widgets.Shell shell  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.lang.String result
    • Constructor Detail

      • StringListChooser

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

      • createShell

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

        public void setTitle​(java.lang.String title)
      • setText

        public void setText​(java.lang.String text)
      • addOption

        public void addOption​(java.lang.String option)
      • open

        public java.lang.String open()