June 1997
Intermediate to advanced
318 pages
8h 17m
English
Class java.beans.PropertyEditorManager
The
PropertyEditorManager
is used to locate a property editor for a
specific property type. This property editor must implement the
PropertyEditor interface. This class also supports
the registration and unregistration of property editors at run-time.
public class PropertyEditorManager
{
// 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[]);
}
PropertyEditor
Read now
Unlock full access