Home | History | Annotate | Download | only in ui

Lines Matching refs:UiElementNode

25 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
35 * Generic page's section part that displays all attributes of a given {@link UiElementNode}.
38 * It is linked to a specific {@link UiElementNode} and automatically displays all of its
47 /** The {@link UiElementNode} manipulated by this SectionPart. It can be null. */
48 private UiElementNode mUiElementNode;
53 UiElementNode uiElementNode, String sectionTitle, String sectionDescription,
57 mUiElementNode = uiElementNode;
60 if (uiElementNode == null) {
76 * Returns the {@link UiElementNode} associated with this part.
78 public UiElementNode getUiElementNode() {
85 * @param uiElementNode The new element node for the part.
87 public void setUiElementNode(UiElementNode uiElementNode) {
88 mUiElementNode = uiElementNode;
177 * {@link #insertUiAttributes(UiElementNode, Composite, IManagedForm)} to actually
178 * place the attributes of the default {@link UiElementNode} in the table.
196 * Insert the UI attributes of the given {@link UiElementNode} in the given table.
198 * @param uiNode The {@link UiElementNode} that contains the attributes to display.
204 protected int insertUiAttributes(UiElementNode uiNode, Composite table, IManagedForm managedForm) {
210 // of the {@link UiElementNode} because the attributes' order is guaranteed in the