OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fielddecorationregistry
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java
44
import org.eclipse.jface.fieldassist.
FieldDecorationRegistry
;
403
FieldDecoration errorFieldIndicator =
FieldDecorationRegistry
.getDefault().
404
getFieldDecoration(
FieldDecorationRegistry
.DEC_INFORMATION);
[
all
...]
NewTemplatePage.java
63
import org.eclipse.jface.fieldassist.
FieldDecorationRegistry
;
546
FieldDecoration errorFieldIndicator =
FieldDecorationRegistry
.getDefault().
547
getFieldDecoration(
FieldDecorationRegistry
.DEC_INFORMATION);
705
id =
FieldDecorationRegistry
.DEC_ERROR;
707
id =
FieldDecorationRegistry
.DEC_WARNING;
709
id =
FieldDecorationRegistry
.DEC_INFORMATION;
711
FieldDecoration errorFieldIndicator =
FieldDecorationRegistry
.getDefault().
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar
Completed in 88 milliseconds