Class Colors.AllocateColor

java.lang.Object
com.biglybt.core.util.AERunnable
com.biglybt.ui.swt.mainwindow.Colors.AllocateColor
All Implemented Interfaces:
Runnable
Enclosing class:
Colors

private class Colors.AllocateColor extends AERunnable
Allocates a color
  • Field Details

    • sName

      private String sName
    • rgbDefault

      private org.eclipse.swt.graphics.RGB rgbDefault
    • newColor

      private org.eclipse.swt.graphics.Color newColor
  • Constructor Details

    • AllocateColor

      public AllocateColor(String sName, org.eclipse.swt.graphics.RGB rgbDefault, org.eclipse.swt.graphics.Color colorOld)
    • AllocateColor

      public AllocateColor(String sName, org.eclipse.swt.graphics.Color colorDefault, org.eclipse.swt.graphics.Color colorOld)
  • Method Details

    • getColor

      public org.eclipse.swt.graphics.Color getColor()
    • runSupport

      public void runSupport()
      Specified by:
      runSupport in class AERunnable