OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManifestPkgAttrDescriptor
(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
32
public class
ManifestPkgAttrDescriptor
extends TextAttributeDescriptor {
41
return new
ManifestPkgAttrDescriptor
(xmlLocalName, uiName, nsUri, tooltip, attrInfo);
45
public
ManifestPkgAttrDescriptor
(String xmlLocalName, String uiName, String nsUri,
AndroidManifestDescriptors.java
191
overrides.put("*/targetPackage",
ManifestPkgAttrDescriptor
.CREATOR); //$NON-NLS-1$
Completed in 129 milliseconds