File
Doc
Category
Size
Date
Package
BooleanAttributeDescriptor.java
API Doc
Android 1.5 API
1193
Wed May 06 22:41:10 BST 2009
com.android.ide.eclipse.editors.descriptors
BooleanAttributeDescriptor
java.lang.Object
ListAttributeDescriptor
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
Java Code Source