Class DefaultPropertyEditorFactory

java.lang.Object
org.controlsfx.property.editor.DefaultPropertyEditorFactory
All Implemented Interfaces:
javafx.util.Callback<PropertySheet.Item,PropertyEditor<?>>

public class DefaultPropertyEditorFactory extends Object implements javafx.util.Callback<PropertySheet.Item,PropertyEditor<?>>
A default implementation of the Callback type required by the PropertySheet property editor factory. By default this is the implementation used by PropertySheet, but developers may choose to provide their own, or more likely, extend this implementation and override the call(org.controlsfx.control.PropertySheet.Item) method to add in support for additional editor types.
See Also: