HomeSort by relevance Sort by last modified time
    Searched refs:IColorConstants (Results 1 - 8 of 8) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 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);
CCombo3.java 13 import org.eclipse.wb.draw2d.IColorConstants;
103 m_text.setBackground(IColorConstants.listSelection);
104 m_text.setForeground(IColorConstants.listSelectionText);
106 m_text.setBackground(IColorConstants.listBackground);
107 m_text.setForeground(IColorConstants.listForeground);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 23 public interface IColorConstants {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 38 import org.eclipse.wb.draw2d.IColorConstants;
68 private static final Color COLOR_BACKGROUND = IColorConstants.listBackground;
69 private static final Color COLOR_NO_PROPERTIES = IColorConstants.gray;
70 private static final Color COLOR_LINE = IColorConstants.lightGray;
72 IColorConstants.lightGray,
76 private static final Color COLOR_PROPERTY_FG_TITLE = IColorConstants.listForeground;
78 DrawUtils.isDarkColor(IColorConstants.listBackground)
79 ? IColorConstants.lightBlue
80 : IColorConstants.darkBlue;
81 private static final Color COLOR_PROPERTY_BG_SELECTED = IColorConstants.listSelection
    [all...]
HtmlTooltipHelper.java 33 import org.eclipse.wb.draw2d.IColorConstants;
110 getColorWebString(IColorConstants.tooltipForeground),
111 getColorWebString(IColorConstants.tooltipBackground));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 25 import org.eclipse.wb.draw2d.IColorConstants;
185 gc.setForeground(IColorConstants.buttonLightest);
189 gc.setForeground(IColorConstants.buttonDarker);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 37 import org.eclipse.wb.draw2d.IColorConstants;
878 gc.setForeground(IColorConstants.black);
910 gc.setForeground(IColorConstants.buttonLightest);
914 gc.setForeground(IColorConstants.buttonDarker);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 54 import org.eclipse.wb.draw2d.IColorConstants;
173 gc.setForeground(IColorConstants.gray);

Completed in 542 milliseconds