Class LEDSnippet


  • public class LEDSnippet
    extends java.lang.Object
    Snippet for the LED widget
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.eclipse.swt.widgets.Shell shell  
    • Constructor Summary

      Constructors 
      Constructor Description
      LEDSnippet()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void createBottomPart()  
      private static void createTopPart()  
      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
    • Field Detail

      • shell

        private static org.eclipse.swt.widgets.Shell shell
    • Constructor Detail

      • LEDSnippet

        public LEDSnippet()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args -
      • createTopPart

        private static void createTopPart()
      • createBottomPart

        private static void createBottomPart()