Package com.iizigo.swt
Interface IColorSelectionWidget
- All Known Implementing Classes:
RectangleColorsPreferencePage,ScreenColorsPreferencePage
public interface IColorSelectionWidgetColor selection change interface for the color selection widget.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNewColor(ColorSelectionWidget csw, int color)A new color is selected.
Method Detail
onNewColor
void onNewColor(ColorSelectionWidget csw, int color)
A new color is selected.- Parameters:
color- The color RGB(A) value.