PropertyDescriptor.setPropertyEditorClass
Class Overview | Class Members | 
  This Package | 
All Packages
 public void setPropertyEditorClass( Class propertyEditorClass )
Parameters
-  propertyEditorClass 
-  The Class for the desired PropertyEditor.
  
Description
 Normally PropertyEditors will be found using the PropertyEditorManager.
 However if for some reason you want to associate a particular
 PropertyEditor with a given property, then you can do it with
 this method.