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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 30 import org.eclipse.jface.viewers.StyledString;
95 public StyledString getStyledValue(@NonNull IMarker marker) {
164 public StyledString getStyledValue(@NonNull IMarker marker) {
165 StyledString styledString = new StyledString();
168 styledString.append(message);
172 styledString.append(String.format(" (%2$d items)", message, count),
173 StyledString.COUNTER_STYLER);
176 return styledString;
    [all...]
LintList.java 48 import org.eclipse.jface.viewers.StyledString;
435 StyledString styledString = mColumn.getStyledValue((IMarker) element);
436 if (styledString == null) {
440 cell.setText(styledString.toString());
441 cell.setStyleRanges(styledString.getStyleRanges());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 34 import static org.eclipse.jface.viewers.StyledString.COUNTER_STYLER;
35 import static org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER;
78 import org.eclipse.jface.viewers.StyledString;
79 import org.eclipse.jface.viewers.StyledString.Styler;
786 StyledString styledString = null;
798 styledString = node.getStyledDescription();
834 styledString.append(" - columnCount=", QUALIFIER_STYLER);
835 styledString.append(columnCount, QUALIFIER_STYLER);
836 styledString.append(", rowCount=", 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;
401 StyledString styledString = new StyledString();
402 styledString.append(attribute.getLocalName());
403 styledString.append(" = ", QUALIFIER_STYLER);
404 styledString.append(attribute.getValue());
410 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;
295 public StyledString getStyledDescription() {
309 StyledString styledString = new StyledString();
315 styledString.append(attr);
316 styledString.append(String.format(" (%1$s)", uiName),
317 StyledString.DECORATIONS_STYLER);
319 styledString.append(attr);
323 if (styledString.length() == 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 148 milliseconds