Example usage for Java java.beans PropertyEditorManager fields, constructors, methods, implement or subclass
The text is from its open source code.
PropertyEditor | findEditor(Class> targetType) Locate a value editor for a given target type. |
String[] | getEditorSearchPath() Gets the package names that will be searched for property editors. |
void | registerEditor(Class> targetType, Class> editorClass) Registers an editor class to edit values of the given target class. |
void | setEditorSearchPath(String[] path) Change the list of package names that will be used for finding property editors. |