| Package | mx.core |
| Interface | public interface IFactory |
| Implementors | ClassFactory |
For example, a DataGridColumn has an itemRenderer of type
IFactory; it calls itemRenderer.newInstance() to create
the cells for a particular column of the DataGrid.
See also
| Method | Defined by | ||
|---|---|---|---|
|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory).
| IFactory | ||