HomeSort by relevance Sort by last modified time
    Searched refs:styledString (Results 1 - 12 of 12) 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(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;
397 StyledString styledString = mColumn.getStyledValue((IMarker) element);
398 if (styledString == null) {
402 cell.setText(styledString.toString());
403 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 38 import static org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER;
80 import org.eclipse.jface.viewers.StyledString;
81 import org.eclipse.jface.viewers.StyledString.Styler;
731 StyledString styledString = null;
743 styledString = node.getStyledDescription();
775 styledString.append(" - columnCount=", QUALIFIER_STYLER);
776 styledString.append(columnCount, QUALIFIER_STYLER);
777 styledString.append(", rowCount=", QUALIFIER_STYLER);
778 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 52 import org.eclipse.jface.viewers.StyledString;
297 public StyledString getStyledDescription() {
311 StyledString styledString = new StyledString();
317 styledString.append(attr);
318 styledString.append(String.format(" (%1$s)", uiName),
319 StyledString.DECORATIONS_STYLER);
321 styledString.append(attr);
325 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/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 

Completed in 1414 milliseconds