HomeSort by relevance Sort by last modified time
    Searched defs:QUALIFIER_STYLER (Results 1 - 2 of 2) 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;
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);
557 styledString.append(columnSpan, QUALIFIER_STYLER);
558 styledString.append(',', QUALIFIER_STYLER);
559 styledString.append(rowSpan, QUALIFIER_STYLER);
560 styledString.append(')', QUALIFIER_STYLER);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 78 milliseconds