PropertyEditorManager.registerEditor
Class Overview | Class Members |
This Package |
All Packages
public static void registerEditor( Class targetType,
Class editorClass )
Parameters
- targetType
- the Class object of the type to be edited
- editorClass
- the Class object of the editor class. If
this is null, then any existing definition will be removed.
Description
Register an editor class to be used to editor values of
a given target class.