Packageorg.springextensions.actionscript.objects.propertyeditors
SVN browsingClassPropertyEditor.as
FisheyeClassPropertyEditor.as
Classpublic class ClassPropertyEditor
InheritanceClassPropertyEditor Inheritance AbstractPropertyEditor
ImplementsIApplicationDomainAware

Converts class names to class objects.

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



Public Properties
 PropertyDefined by
  applicationDomain : ApplicationDomain
[write-only]
ClassPropertyEditor
 Inheritedtext : String
The string that will be converted into an object.
AbstractPropertyEditor
 Inheritedvalue : *
The result of the string-to-object conversion.
AbstractPropertyEditor
Public Methods
 MethodDefined by
  
Creates a new ClassPropertyEditor instance
ClassPropertyEditor
Protected Methods
 MethodDefined by
 Inherited
AbstractPropertyEditor
Property detail
applicationDomainproperty
applicationDomain:ApplicationDomain  [write-only]

Implementation
    public function set applicationDomain(value:ApplicationDomain):void
Constructor detail
ClassPropertyEditor()constructor
public function ClassPropertyEditor()

Creates a new ClassPropertyEditor instance