Property editor for an array of
java.lang.Class Classes , to enable
the direct population of a Class[] property without having to
use a String class name property as bridge.
Also supports "java.lang.String[]"-style array class names, in contrast
to the standard
Class.forName(String) method.
author: Rob Harrop since: 2.0
Constructor Summary
public
ClassArrayEditor() Create a default ClassEditor, using the thread
context ClassLoader.
Create a default ClassArrayEditor, using the given
ClassLoader.
Parameters: classLoader - the ClassLoader to use(or pass null for the thread context ClassLoader)