Searched refs:createTableLayout (Results 1 – 9 of 9) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
D | OverviewExportPart.java | 65 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewExportPart() 70 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewExportPart()
|
D | ApplicationAttributesPart.java | 79 setTable(createTableLayout(managedForm.getToolkit(), 4 /* numColumns */)); in createFormControls()
|
D | OverviewLinksPart.java | 48 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in OverviewLinksPart()
|
D | ApplicationToggle.java | 99 Composite table = createTableLayout(toolkit, 1 /* numColumns */); in createFormControls()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | SectionHelper.java | 106 public Composite createTableLayout(FormToolkit toolkit, int numColumns) { in createTableLayout() method in SectionHelper.ManifestSectionPart 107 return SectionHelper.createTableLayout(getSection(), toolkit, numColumns); in createTableLayout() 195 static public Composite createTableLayout(Composite composite, FormToolkit toolkit, in createTableLayout() method in SectionHelper
|
D | UiElementPart.java | 132 setTable(createTableLayout(managedForm.getToolkit(), 2 /* numColumns */)); in createFormControls()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
D | ExportFieldsPart.java | 40 Composite table = createTableLayout(toolkit, 2 /* numColumns */); in ExportFieldsPart()
|
D | ExportLinksPart.java | 47 final Composite table = createTableLayout(toolkit, 2 /* numColumns */); in ExportLinksPart()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 261 Composite masterTable = SectionHelper.createTableLayout(mMasterSection, in createUiAttributeControls() 384 masterTable = SectionHelper.createTableLayout(masterTable, toolkit, 1); in createSubSectionTable() 413 table = SectionHelper.createTableLayout(section, toolkit, 2 /* numColumns */); in createSubSectionTable()
|