Module org.controlsfx.controls
Package org.controlsfx.property.editor
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropertyEditorFactory
public DefaultPropertyEditorFactory()
-
-
Method Details
-
call
- Specified by:
call
in interfacejavafx.util.Callback<PropertySheet.Item,
PropertyEditor<?>>
-