Class MultiChoiceSnippet


  • public class MultiChoiceSnippet
    extends java.lang.Object
    A simple snippet for the MultiChoice Widget
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void addButons​(MultiChoice<?> mc)  
      private static void drawLabel​(org.eclipse.swt.widgets.Shell shell, java.lang.String text)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • MultiChoiceSnippet

        public MultiChoiceSnippet()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • drawLabel

        private static void drawLabel​(org.eclipse.swt.widgets.Shell shell,
                                      java.lang.String text)
      • addButons

        private static void addButons​(MultiChoice<?> mc)