Interface SetColorEffect.IColoredObject
-
- Enclosing class:
- SetColorEffect
public static interface SetColorEffect.IColoredObjectObjects on which the SetColorEffect is applied must implements this interface. This allows to use this effect on different widgets and select the right color to change (foreground, background).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ColorgetColor()Get the current color of this objectvoidsetColor(org.eclipse.swt.graphics.Color c)Set the color of this object
-