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 NotifierColorsNotifierColorsFactory. getColorsForTheme(NotifierColorsFactory.NotifierTheme theme)Methods in org.eclipse.nebula.widgets.opal.notifier with parameters of type NotifierColors Modifier and Type Method Description private static voidNotifier. createBackground(org.eclipse.swt.widgets.Shell shell, NotifierColors colors)Creates the background of the windowprotected static org.eclipse.swt.widgets.ShellNotifier. createNotificationWindow(org.eclipse.swt.graphics.Image image, java.lang.String title, java.lang.String text, NotifierColors colors)Creates a notification windowprivate static voidNotifier. createText(org.eclipse.swt.widgets.Shell shell, java.lang.String text, NotifierColors colors)Creates the text part of the windowprivate static voidNotifier. createTitle(org.eclipse.swt.widgets.Shell shell, java.lang.String title, NotifierColors colors)Creates the title part of the window
-