API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. PropertyEditorManager View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      PropertyEditorManager
Implements
Subclasses
Description
public class PropertyEditorManager
  The PropertyEditorManager can be used to locate a property editor for any given type name.
See also:   
Constructors
public PropertyEditorManager ()
Methods
Hide/Show inherited methods
publicstaticsynchronized PropertyEditor findEditor (Class<Object> targetType)
  Locate a value editor for a given target type.
publicstaticsynchronized String getEditorSearchPath ()
  Gets the package names that will be searched for property editors.
publicstatic void registerEditor (Class<Object> targetType, Class<Object> editorClass)
  Register an editor class to be used to edit values of a given target class.
publicstaticsynchronized void setEditorSearchPath (String path)
  Change the list of package names that will be used for finding property editors.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar