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

BooleanAttributeDescriptor

public class BooleanAttributeDescriptor extends ListAttributeDescriptor
Describes a text attribute that can only contain boolean values. It is displayed by a {@link UiListAttributeNode}.

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

        super(xmlLocalName, uiName, nsUri, tooltip,
                new String[] { "true", "false" } );
    
Methods Summary