Searched refs:unknownTable (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 | 342 final Composite unknownTable = createSubSectionTable(toolkit, masterTable, in createUiAttributeControls() local 344 unknownTable.getParent().setVisible(false); // set section to not visible in createUiAttributeControls() 351 updateUnknownAttributesSection(uiNode, unknownTable, managedForm, in createUiAttributeControls() 359 unknownTable.addDisposeListener(new DisposeListener() { in createUiAttributeControls() 366 updateUnknownAttributesSection(ui_node, unknownTable, managedForm, reference); in createUiAttributeControls() 434 final Composite unknownTable, final IManagedForm managedForm, in updateUnknownAttributesSection() argument 437 Section section = ((Section) unknownTable.getParent()); in updateUnknownAttributesSection() 462 for (Control c : unknownTable.getChildren()) { in updateUnknownAttributesSection() 469 ui_attr.createUiControl(unknownTable, managedForm); in updateUnknownAttributesSection()
|