Defines a registry for property editors.
public function findCustomEditor(requiredType:Class):IPropertyEditor
Finds a property editor that was registered against the given type.
Parameters
| requiredType:Class — the type of the property
|
Returns
public function registerCustomEditor(requiredType:Class, propertyEditor:IPropertyEditor):void
Registers the given property editor for the given type.
Parameters
| requiredType:Class — the type of the property
|
| |
| propertyEditor:IPropertyEditor — the property editor to register
|
Prana Framework 0.6 - 2008