Default implementation of a property editor registry.
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
public function PropertyEditorRegistrySupport()
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
|
Spring ActionScript 0.7 - 2009