Class CTreeComboSnippet.ItemSelected

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
    Enclosing class:
    CTreeComboSnippet

    private static class CTreeComboSnippet.ItemSelected
    extends org.eclipse.swt.events.SelectionAdapter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CTreeCombo ctc  
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemSelected​(CTreeCombo ctc, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)  
      • Methods inherited from class org.eclipse.swt.events.SelectionAdapter

        widgetDefaultSelected
      • Methods inherited from class java.lang.Object

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

      • text

        private final java.lang.String text
    • Constructor Detail

      • ItemSelected

        public ItemSelected​(CTreeCombo ctc,
                            java.lang.String text)
    • Method Detail

      • widgetSelected

        public void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetSelected in interface org.eclipse.swt.events.SelectionListener
        Overrides:
        widgetSelected in class org.eclipse.swt.events.SelectionAdapter