Home
last modified time | relevance | path

Searched refs:getMandatory (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DPaletteMetadataDescriptor.java47 descriptor.getChildren(), descriptor.getMandatory() == Mandatory.MANDATORY); in PaletteMetadataDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuEditorDelegate.java113 if (node == null && root_desc.getMandatory() != Mandatory.NOT_MANDATORY) { in delegateXmlModelChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java883 if (getDescriptor().getMandatory() != Mandatory.NOT_MANDATORY) { in prepareCommit()
1222 uiChild.getDescriptor().getMandatory() != in updateElementList()
1271 uiNode.getDescriptor().getMandatory() == Mandatory.MANDATORY_LAST; in updateElementList()
1291 Mandatory mand = uiChild.getDescriptor().getMandatory(); in updateElementList()
1324 if (uiNode.getDescriptor().getMandatory() != Mandatory.NOT_MANDATORY) { in removeUiChildAtIndex()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java163 public Mandatory getMandatory() { in getMandatory() method in ElementDescriptor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java579 if (uiChild.getDescriptor().getMandatory() == Mandatory.MANDATORY_LAST) { in addNewTreeElement()