FileDocCategorySizeDatePackage
ThemeAttributeDescriptor.javaAPI DocAndroid 1.5 API1660Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.manifest.descriptors

ThemeAttributeDescriptor

public final class ThemeAttributeDescriptor extends com.android.ide.eclipse.editors.descriptors.TextAttributeDescriptor
Describes a Theme/Style XML attribute displayed by a {@link UiResourceAttributeNode}

Fields Summary
Constructors Summary
public ThemeAttributeDescriptor(String xmlLocalName, String uiName, String nsUri, String tooltip)

        super(xmlLocalName, uiName, nsUri, tooltip);
    
Methods Summary
public com.android.ide.eclipse.editors.uimodel.UiAttributeNodecreateUiNode(com.android.ide.eclipse.editors.uimodel.UiElementNode uiParent)

return
A new {@link UiResourceAttributeNode} linked to this theme descriptor.

        return new UiResourceAttributeNode(ResourceType.STYLE, this, uiParent);