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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 65 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
70 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
ApplicationAttributesPart.java 79 setTable(createTableLayout(managedForm.getToolkit(), 4 /* numColumns */));
OverviewLinksPart.java 48 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
ApplicationToggle.java 99 Composite table = createTableLayout(toolkit, 1 /* numColumns */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 40 Composite table = createTableLayout(toolkit, 2 /* numColumns */);
ExportLinksPart.java 47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 106 public Composite createTableLayout(FormToolkit toolkit, int numColumns) {
107 return SectionHelper.createTableLayout(getSection(), toolkit, numColumns);
114 * @param parent The parent (e.g. composite from CreateTableLayout())
130 * @param parent The parent (e.g. composite from CreateTableLayout())
147 * @param parent The parent (e.g. composite from CreateTableLayout())
195 static public Composite createTableLayout(Composite composite, FormToolkit toolkit,
236 * @param parent The parent (e.g. composite from CreateTableLayout())
258 * @param parent The parent (e.g. composite from CreateTableLayout())
334 * @param parent The parent (e.g. composite from CreateTableLayout())
UiElementPart.java 132 setTable(createTableLayout(managedForm.getToolkit(), 2 /* numColumns */));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 261 Composite masterTable = SectionHelper.createTableLayout(mMasterSection,
384 masterTable = SectionHelper.createTableLayout(masterTable, toolkit, 1);
413 table = SectionHelper.createTableLayout(section, toolkit, 2 /* numColumns */);

Completed in 157 milliseconds