public static class DependableFactory.Parms extends DependableFactory.Params
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DependableFactory.Parms.Depth
The depth to which DependableFactory should recurse when creating its 
 list of  
Dependables. | 
| Modifier and Type | Method and Description | 
|---|---|
DependableFactory.Parms.Depth | 
getDepth()  | 
static DependableFactory.Parms | 
getInstance(Context c)  | 
void | 
setDepth(DependableFactory.Parms.Depth depth)
The level to which DependableFactory will drill down to find dependables
 of an Element. 
 | 
getContext, getElement, getOrigin, getParent, setElement, setOrigin, setParentpublic Parms(Context c)
public static DependableFactory.Parms getInstance(Context c)
public DependableFactory.Parms.Depth getDepth()
public void setDepth(DependableFactory.Parms.Depth depth)