Uses of Class
org.eclipse.nebula.widgets.opal.notifier.NotifierColors
-
Packages that use NotifierColors Package Description org.eclipse.nebula.widgets.opal.notifier -
-
Uses of NotifierColors in org.eclipse.nebula.widgets.opal.notifier
Methods in org.eclipse.nebula.widgets.opal.notifier that return NotifierColors Modifier and Type Method Description (package private) static NotifierColors
NotifierColorsFactory. getColorsForTheme(NotifierColorsFactory.NotifierTheme theme)
Methods in org.eclipse.nebula.widgets.opal.notifier with parameters of type NotifierColors Modifier and Type Method Description private static void
Notifier. createBackground(org.eclipse.swt.widgets.Shell shell, NotifierColors colors)
Creates the background of the windowprotected static org.eclipse.swt.widgets.Shell
Notifier. createNotificationWindow(org.eclipse.swt.graphics.Image image, java.lang.String title, java.lang.String text, NotifierColors colors)
Creates a notification windowprivate static void
Notifier. createText(org.eclipse.swt.widgets.Shell shell, java.lang.String text, NotifierColors colors)
Creates the text part of the windowprivate static void
Notifier. createTitle(org.eclipse.swt.widgets.Shell shell, java.lang.String title, NotifierColors colors)
Creates the title part of the window
-