OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiPackageAttributeNode
(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/
PackageAttributeDescriptor.java
21
import com.android.ide.eclipse.adt.internal.editors.manifest.model.
UiPackageAttributeNode
;
26
* Describes a package XML attribute. It is displayed by a {@link
UiPackageAttributeNode
}.
35
* @return A new {@link
UiPackageAttributeNode
} linked to this descriptor.
39
return new
UiPackageAttributeNode
(this, uiParent);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java
74
public class
UiPackageAttributeNode
extends UiTextAttributeNode {
77
* Creates a {@link
UiPackageAttributeNode
} object that will display ui to select or create
81
public
UiPackageAttributeNode
(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) {
Completed in 3184 milliseconds