Searched refs:masterTable (Results 1 – 1 of 1) sorted by relevance
/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() local 263 mCurrentTable = masterTable; in createUiAttributeControls() 279 FormText text = SectionHelper.createFormText(masterTable, toolkit, in createUiAttributeControls() 296 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip); in createUiAttributeControls() 300 Composite table = useSubsections ? null : masterTable; in createUiAttributeControls() 315 table = createSubSectionTable(toolkit, masterTable, title); in createUiAttributeControls() 342 final Composite unknownTable = createSubSectionTable(toolkit, masterTable, in createUiAttributeControls() 377 Composite masterTable, String title) { in createSubSectionTable() argument 382 int parentNumCol = ((TableWrapLayout) masterTable.getLayout()).numColumns; in createSubSectionTable() 384 masterTable = SectionHelper.createTableLayout(masterTable, toolkit, 1); in createSubSectionTable() [all …]
|