Class 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()  
      • Methods inherited from class java.lang.Object

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

      • shell

        protected org.eclipse.swt.widgets.Shell shell
      • 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)
    • Method Detail

      • close

        protected void close​(boolean ok)
      • getSelection

        protected java.lang.String[] getSelection()