Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public class PropertyEditorManager extends Object {
   // Default Constructor: public PropertyEditorManager()
   // Class Methods
      public static PropertyEditor findEditor(Class targetType);
      public static String[] getEditorSearchPath();
      public static void registerEditor(Class targetType, Class editorClass);
      public static void setEditorSearchPath(String[] path);
}