Class NotifierColorsFactory
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.notifier.NotifierColorsFactory
-
public class NotifierColorsFactory extends java.lang.Object
This class creates the colors associated to a given theme
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotifierColorsFactory.NotifierTheme
-
Constructor Summary
Constructors Modifier Constructor Description private
NotifierColorsFactory()
Constructor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static NotifierColors
getColorsForTheme(NotifierColorsFactory.NotifierTheme theme)
-
-
-
Method Detail
-
getColorsForTheme
static NotifierColors getColorsForTheme(NotifierColorsFactory.NotifierTheme theme)
- Parameters:
theme
- a theme for the notifier widget- Returns:
- the color set for the given theme
-
-