ActionScript 3.0 Language and Components Reference | All Packages | All Classes | Language Elements | Index | Appendixes | Conventions | Frames | ![]() |
IFactory | Methods | |
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 |