Class TablePaintedUtils


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

      Fields 
      Modifier and Type Field Description
      private static boolean is_dark  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.swt.graphics.Color getColour​(org.eclipse.swt.graphics.Device device, int type)  
      protected static org.eclipse.swt.graphics.Color getColour​(org.eclipse.swt.graphics.GC gc, int type)  
      protected static boolean isDark()  
      • Methods inherited from class java.lang.Object

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

      • is_dark

        private static boolean is_dark
    • Constructor Detail

      • TablePaintedUtils

        public TablePaintedUtils()
    • Method Detail

      • isDark

        protected static boolean isDark()
      • getColour

        protected static org.eclipse.swt.graphics.Color getColour​(org.eclipse.swt.graphics.GC gc,
                                                                  int type)
      • getColour

        public static org.eclipse.swt.graphics.Color getColour​(org.eclipse.swt.graphics.Device device,
                                                               int type)