OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
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
...]
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
36
import org.eclipse.wb.draw2d.
IColorConstants
;
890
gc.setForeground(
IColorConstants
.black);
922
gc.setForeground(
IColorConstants
.buttonLightest);
926
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
71
import org.eclipse.wb.draw2d.
IColorConstants
;
198
gc.setForeground(
IColorConstants
.gray);
Completed in 194 milliseconds