Class TablePaintedUtils

java.lang.Object
com.biglybt.ui.swt.views.table.painted.TablePaintedUtils

public class TablePaintedUtils extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     
    static boolean
     

    Methods inherited from class java.lang.Object

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

    • is_dark

      private static boolean is_dark
  • Constructor Details

    • TablePaintedUtils

      public TablePaintedUtils()
  • Method Details

    • isDark

      public 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)