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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 26 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
49 UiElementNode applicationUiNode) {
60 public void setUiElementNode(UiElementNode uiElementNode) {
61 super.setUiElementNode(uiElementNode);
108 UiElementNode uiElementNode = getUiElementNode();
109 AttributeDescriptor[] attr_desc_list = uiElementNode.getAttributeDescriptors();
127 UiAttributeNode ui_attr = uiElementNode.findUiAttribute(attr_desc);
136 uiElementNode.getDescriptor().getXmlName())
    [all...]
ApplicationToggle.java 25 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiElementNode;
58 UiElementNode applicationUiNode) {
78 public void setUiElementNode(UiElementNode uiElementNode) {
79 super.setUiElementNode(uiElementNode);
294 public void uiElementNodeUpdated(UiElementNode ui_node, UiUpdateState state) {
295 // The UiElementNode for the application XML node always exists, even
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 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
    [all...]

Completed in 148 milliseconds