OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawUtils
(Results
1 - 7
of
7
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java
16
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
66
DrawUtils
.drawImageCV(gc, image, x, y, height);
74
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
BooleanPropertyEditor.java
19
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
66
DrawUtils
.drawImageCV(gc, image, x, y, height);
73
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
TextDisplayPropertyEditor.java
17
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
36
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java
28
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
69
DrawUtils
.drawImageCV(gc, image, x, y, height);
78
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
XmlPropertyEditor.java
77
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
292
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
306
DrawUtils
.drawStringCV(gc, '(' + resolvedText + ')', x, y, width, height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
51
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
73
private static final Color COLOR_COMPLEX_LINE =
DrawUtils
.getShiftedColor(
76
private static final Color COLOR_PROPERTY_BG =
DrawUtils
.getShiftedColor(COLOR_BACKGROUND, -12);
80
DrawUtils
.isDarkColor(IColorConstants.listBackground)
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java
36
public class
DrawUtils
{
Completed in 1802 milliseconds