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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DocumentDescriptor.java 30 * The document nodes are "mandatory", meaning the UI node is never deleted and it may lack
38 * The UI nodes will be non-mandatory.
47 super(xml_name, children, Mandatory.MANDATORY);
ElementDescriptor.java 39 * An UI node can be "mandatory", meaning the UI node is never deleted and it may lack
40 * an actual XML node attached. A non-mandatory UI node MUST have an XML node attached
59 private final Mandatory mMandatory;
61 public enum Mandatory {
63 MANDATORY,
69 * tooltip, SDK url, attributes list, children list and mandatory.
77 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
78 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory
85 Mandatory mandatory)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 42 * @param mandatory Whether this node must always exist (even for empty models).
50 Mandatory mandatory) {
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
63 * @param mandatory Whether this node must always exist (even for empty models).
71 boolean mandatory) {
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
AndroidManifestDescriptors.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
93 APPLICATION_ELEMENT = createElement("application", null, Mandatory.MANDATORY_LAST); //$NON-NLS-1$ + no child & mandatory
98 USES_SDK_ELEMENT = createElement("uses-sdk", null, Mandatory.MANDATORY); //$NON-NLS-1$ + no child & mandatory
114 Mandatory.MANDATORY);
266 true /*mandatory */,
275 true /*mandatory */,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
111 if (node == null && root_desc.getMandatory() != Mandatory.NOT_MANDATORY) {
132 * Creates the initial UI Root Node, including the known mandatory elements.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 47 descriptor.getChildren(), descriptor.getMandatory() == Mandatory.MANDATORY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
55 }, Mandatory.MANDATORY_LAST);
58 Mandatory.MANDATORY);
64 }, Mandatory.MANDATORY);
88 * We declared the descriptors as having a "mandatory last" application element
89 * and a mandatory non-last uses-sdk element. This means if we create an empty
94 // Add the mandatory nodes with no XML backing, do it explicitly in the wrong order.
111 // We should get 2 children, the 2 mandatory nodes but this time with uses-sd
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
579 if (uiChild.getDescriptor().getMandatory() == Mandatory.MANDATORY_LAST) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 36 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
111 /** The XML {@link Node} mirror by this UI node. This can be null for mandatory UI node which
177 // We can't remove mandatory nodes, we just clear them.
415 * Some {@link ElementDescriptor} are declared as being "mandatory". This means the
420 * @return The associated XML node. Can be null for mandatory nodes.
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 758 milliseconds