com.android.layoutlib.api
Interface IStyleResourceValue

All Superinterfaces:
IResourceValue
All Known Implementing Classes:
StyleResourceValue

Deprecated. Use StyleResourceValue.

@Deprecated
public interface IStyleResourceValue
extends IResourceValue

Represents an android style resources with a name and a list of children IResourceValue.


Method Summary
 IResourceValue findItem(java.lang.String name)
          Deprecated. use StyleResourceValue.findValue(String)
 java.lang.String getParentStyle()
          Deprecated. Returns the parent style name or null if unknown.
 
Methods inherited from interface com.android.layoutlib.api.IResourceValue
getName, getType, getValue, isFramework
 

Method Detail

getParentStyle

java.lang.String getParentStyle()
Deprecated. 
Returns the parent style name or null if unknown.


findItem

@Deprecated
IResourceValue findItem(java.lang.String name)
Deprecated. use StyleResourceValue.findValue(String)

Find an item in the list by name

Parameters:
name - the name of the resource