File
Doc
Category
Size
Date
Package
IStyleResourceValue.java
API Doc
Android 1.5 API
1068
Wed May 06 22:42:02 BST 2009
com.android.layoutlib.api
IStyleResourceValue
public interface IStyleResourceValue implements IResourceValue
Represents an android style resources with a name and a list of children {@link IResourceValue}.
Fields Summary
Constructors Summary
Methods Summary
public
IResourceValue
findItem
(
java.lang.String
name)
Find an item in the list by name
param
name
public
java.lang.String
getParentStyle
()
Returns the parent style name or
null
if unknown.
Java Code Source