Package com.biglybt.ui.swt.mainwindow
Class Colors.AllocateColor
- java.lang.Object
-
- com.biglybt.core.util.AERunnable
-
- com.biglybt.ui.swt.mainwindow.Colors.AllocateColor
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- Colors
private class Colors.AllocateColor extends AERunnable
Allocates a color
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.core.util.AERunnable
AERunnable.AERunnableNamed
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.graphics.Color
newColor
private org.eclipse.swt.graphics.RGB
rgbDefault
private java.lang.String
sName
-
Constructor Summary
Constructors Constructor Description AllocateColor(java.lang.String sName, org.eclipse.swt.graphics.Color colorDefault, org.eclipse.swt.graphics.Color colorOld)
AllocateColor(java.lang.String sName, org.eclipse.swt.graphics.RGB rgbDefault, org.eclipse.swt.graphics.Color colorOld)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.Color
getColor()
void
runSupport()
-
Methods inherited from class com.biglybt.core.util.AERunnable
create, run
-
-
-
-
Constructor Detail
-
AllocateColor
public AllocateColor(java.lang.String sName, org.eclipse.swt.graphics.RGB rgbDefault, org.eclipse.swt.graphics.Color colorOld)
-
AllocateColor
public AllocateColor(java.lang.String sName, org.eclipse.swt.graphics.Color colorDefault, org.eclipse.swt.graphics.Color colorOld)
-
-
Method Detail
-
getColor
public org.eclipse.swt.graphics.Color getColor()
-
runSupport
public void runSupport()
- Specified by:
runSupport
in classAERunnable
-
-