Home
last modified time | relevance | path

Searched refs:IColorConstants (Results 1 – 8 of 8) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java13 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()
DCCombo3.java13 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()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java38 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.lightBlue
82 : IColorConstants.darkBlue;
83 private static final Color COLOR_PROPERTY_BG_SELECTED = IColorConstants.listSelection;
[all …]
DHtmlTooltipHelper.java33 import org.eclipse.wb.draw2d.IColorConstants;
110 getColorWebString(IColorConstants.tooltipForeground), in createTooltipControl_Browser()
111 getColorWebString(IColorConstants.tooltipBackground)); in createTooltipControl_Browser()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java25 import org.eclipse.wb.draw2d.IColorConstants;
185 gc.setForeground(IColorConstants.buttonLightest); in drawHighlightRectangle()
189 gc.setForeground(IColorConstants.buttonDarker); in drawHighlightRectangle()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
DIColorConstants.java23 public interface IColorConstants { interface
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DFlyoutControlComposite.java36 import org.eclipse.wb.draw2d.IColorConstants;
890 gc.setForeground(IColorConstants.black);
922 gc.setForeground(IColorConstants.buttonLightest);
926 gc.setForeground(IColorConstants.buttonDarker);
/external/eclipse-windowbuilder/propertysheet/
DREADME.txt48 IColorConstants, unneeded messages from ModelMessages, and so on.