PropertyEditorManager.findEditor
Class Overview | Class Members |
This Package |
All Packages
public static PropertyEditor findEditor( Class targetType )
Parameters
- targetType
- The Class object for the type to be edited
Returns
An editor object for the given target class.
The result is null if no suitable editor can be found.
Description
Locate a value editor for a given target type.