Home | History | Annotate | Download | only in draw2d

Lines Matching refs:Utils

27   Color buttonLightest = Utils.getSystemColor(SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW);
31 Color button = Utils.getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
35 Color buttonDarker = Utils.getSystemColor(SWT.COLOR_WIDGET_NORMAL_SHADOW);
39 // Color buttonDarkest = Utils.getSystemColor(SWT.COLOR_WIDGET_DARK_SHADOW);
43 Color listBackground = Utils.getSystemColor(SWT.COLOR_LIST_BACKGROUND);
47 Color listForeground = Utils.getSystemColor(SWT.COLOR_LIST_FOREGROUND);
51 Color listSelection = Utils.getSystemColor(SWT.COLOR_LIST_SELECTION);
55 Color listSelectionText = Utils.getSystemColor(SWT.COLOR_LIST_SELECTION_TEXT);
59 Color tooltipForeground = Utils.getSystemColor(SWT.COLOR_INFO_FOREGROUND);
63 Color tooltipBackground = Utils.getSystemColor(SWT.COLOR_INFO_BACKGROUND);
76 // Utils
82 public static class Utils {