Searched refs:IColorConstants (Results 1 – 8 of 8) sorted by relevance
13 import org.eclipse.wb.draw2d.IColorConstants;37 private static final Color COLOR_FACE = DrawUtils.getShiftedColor(IColorConstants.button, 12);38 private static final Color COLOR_FACE_SELECTED = IColorConstants.buttonDarker;40 IColorConstants.button,43 IColorConstants.buttonDarker,73 gc.setForeground(IColorConstants.buttonDarker); in CFlatButton()
13 import org.eclipse.wb.draw2d.IColorConstants;103 m_text.setBackground(IColorConstants.listSelection); in CCombo3()104 m_text.setForeground(IColorConstants.listSelectionText); in CCombo3()106 m_text.setBackground(IColorConstants.listBackground); in CCombo3()107 m_text.setForeground(IColorConstants.listForeground); in CCombo3()
38 import org.eclipse.wb.draw2d.IColorConstants;70 private static final Color COLOR_BACKGROUND = IColorConstants.listBackground;71 private static final Color COLOR_NO_PROPERTIES = IColorConstants.gray;72 private static final Color COLOR_LINE = IColorConstants.lightGray;74 IColorConstants.lightGray,78 private static final Color COLOR_PROPERTY_FG_TITLE = IColorConstants.listForeground;80 DrawUtils.isDarkColor(IColorConstants.listBackground)81 ? IColorConstants.lightBlue82 : IColorConstants.darkBlue;83 private static final Color COLOR_PROPERTY_BG_SELECTED = IColorConstants.listSelection;[all …]
33 import org.eclipse.wb.draw2d.IColorConstants;110 getColorWebString(IColorConstants.tooltipForeground), in createTooltipControl_Browser()111 getColorWebString(IColorConstants.tooltipBackground)); in createTooltipControl_Browser()
25 import org.eclipse.wb.draw2d.IColorConstants;185 gc.setForeground(IColorConstants.buttonLightest); in drawHighlightRectangle()189 gc.setForeground(IColorConstants.buttonDarker); in drawHighlightRectangle()
23 public interface IColorConstants { interface
36 import org.eclipse.wb.draw2d.IColorConstants;890 gc.setForeground(IColorConstants.black);922 gc.setForeground(IColorConstants.buttonLightest);926 gc.setForeground(IColorConstants.buttonDarker);
48 IColorConstants, unneeded messages from ModelMessages, and so on.