Packageorg.springextensions.actionscript.objects
SVN browsingIPropertyEditorRegistry.as
FisheyeIPropertyEditorRegistry.as
Interfacepublic interface IPropertyEditorRegistry
ImplementorsPropertyEditorRegistrySupport

Defines a registry for property editors.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
findCustomEditor(requiredType:Class):IPropertyEditor
Finds a property editor that was registered against the given type.
IPropertyEditorRegistry
  
registerCustomEditor(requiredType:Class, propertyEditor:IPropertyEditor):void
Registers the given property editor for the given type.
IPropertyEditorRegistry
Method detail
findCustomEditor()method
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
IPropertyEditor
registerCustomEditor()method 
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