FileDocCategorySizeDatePackage
SeparatorAttributeDescriptor.javaAPI DocAndroid 1.5 API1614Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.descriptors

SeparatorAttributeDescriptor

public class SeparatorAttributeDescriptor extends AttributeDescriptor
{@link SeparatorAttributeDescriptor} does not represent any real attribute.

It is used to separate groups of attributes visually.

Fields Summary
Constructors Summary
public SeparatorAttributeDescriptor(String label)
Creates a new {@link SeparatorAttributeDescriptor}

        super(label /* xmlLocalName */, null /* nsUri */);
    
Methods Summary
public com.android.ide.eclipse.editors.uimodel.UiAttributeNodecreateUiNode(com.android.ide.eclipse.editors.uimodel.UiElementNode uiParent)

return
A new {@link UiAttributeNode} linked to this descriptor or null if this attribute has no user interface.

        return new UiSeparatorAttributeNode(this, uiParent);