public class DependableFactory extends java.lang.Object implements ToolkitFactory
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DependableFactory.Parms  | 
ToolkitFactory.Utils| Constructor and Description | 
|---|
DependableFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
Dependable[] | 
create(Element element,
      Context context)
Create one or more  
Dependables for given Element. | 
Dependable[] | 
create(Element element,
      Element parent)
Deprecated.  
 | 
Dependable[] | 
create(Element element,
      Element parent,
      Context context)  | 
static DependableFactory | 
getInstance()  | 
public static DependableFactory getInstance()
@Deprecated public Dependable[] create(Element element, Element parent)
public Dependable[] create(Element element, Element parent, Context context)
public Dependable[] create(Element element, Context context)
Dependables for given Element.
 
 Use Parms to set parameters that control what kind of Dependables
 are returned. The Depth is set to SELF_ONLY by default.element - context -