OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:styledString
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java
31
import static org.eclipse.jface.viewers.
StyledString
.QUALIFIER_STYLER;
66
import org.eclipse.jface.viewers.
StyledString
;
512
StyledString
styledString
= null;
524
styledString
= node.getStyledDescription();
534
styledString
.append(" - cell (", QUALIFIER_STYLER);
553
styledString
.append(row, QUALIFIER_STYLER);
554
styledString
.append(',', QUALIFIER_STYLER);
555
styledString
.append(column, QUALIFIER_STYLER);
556
styledString
.append("), span=(", QUALIFIER_STYLER)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java
19
import static org.eclipse.jface.viewers.
StyledString
.DECORATIONS_STYLER;
20
import static org.eclipse.jface.viewers.
StyledString
.QUALIFIER_STYLER;
33
import org.eclipse.jface.viewers.
StyledString
;
388
StyledString
styledString
= new
StyledString
();
389
styledString
.append(attribute.getLocalName());
390
styledString
.append(" = ", QUALIFIER_STYLER);
391
styledString
.append(attribute.getValue());
397
styledString
.append(s, DECORATIONS_STYLER)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
49
import org.eclipse.jface.viewers.
StyledString
;
293
public
StyledString
getStyledDescription() {
307
StyledString
styledString
= new
StyledString
();
313
styledString
.append(attr);
314
styledString
.append(String.format(" (%1$s)", uiName),
315
StyledString
.DECORATIONS_STYLER);
317
styledString
.append(attr);
321
if (
styledString
.length() == 0)
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 61 milliseconds