Interface EditorFactory
-
- All Known Implementing Classes:
DefaultEditorFactory
,LookupEditorFactory
public interface EditorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<PropertyEditorDescriptor>
getAllEditorDescriptors()
java.util.Collection<PropertyEditorDescriptor>
getMatchingEditorDescriptors(java.lang.String editorType)
-
-
-
Method Detail
-
getMatchingEditorDescriptors
java.util.Collection<PropertyEditorDescriptor> getMatchingEditorDescriptors(java.lang.String editorType)
-
getAllEditorDescriptors
java.util.Collection<PropertyEditorDescriptor> getAllEditorDescriptors()
-
-