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:
Runnable
- Enclosing class:
Colors
Allocates a color
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.core.util.AERunnable
AERunnable.AERunnableNamed
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.graphics.Color
private org.eclipse.swt.graphics.RGB
private String
-
Constructor Summary
ConstructorsConstructorDescriptionAllocateColor
(String sName, org.eclipse.swt.graphics.Color colorDefault, org.eclipse.swt.graphics.Color colorOld) AllocateColor
(String sName, org.eclipse.swt.graphics.RGB rgbDefault, org.eclipse.swt.graphics.Color colorOld) -
Method Summary
Methods inherited from class com.biglybt.core.util.AERunnable
create, getName, run
-
Field Details
-
sName
-
rgbDefault
private org.eclipse.swt.graphics.RGB rgbDefault -
newColor
private org.eclipse.swt.graphics.Color newColor
-
-
Constructor Details
-
Method Details
-
getColor
public org.eclipse.swt.graphics.Color getColor() -
runSupport
public void runSupport()- Specified by:
runSupport
in classAERunnable
-