OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiManifestPkgAttrNode
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestPkgAttrDescriptor.java
23
import com.android.ide.eclipse.adt.internal.editors.manifest.model.
UiManifestPkgAttrNode
;
28
* Describes a package XML attribute. It is displayed by a {@link
UiManifestPkgAttrNode
}.
50
* @return A new {@link
UiManifestPkgAttrNode
} linked to this descriptor.
54
return new
UiManifestPkgAttrNode
(this, uiParent);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java
74
public class
UiManifestPkgAttrNode
extends UiTextAttributeNode {
77
* Creates a {@link
UiManifestPkgAttrNode
} object that will display ui to select or create
81
public
UiManifestPkgAttrNode
(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) {
Completed in 744 milliseconds