public class DefaultPropertyEditorFactory extends java.lang.Object implements javafx.util.Callback<PropertySheet.Item,PropertyEditor<?>>
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.PropertySheet| Constructor and Description |
|---|
DefaultPropertyEditorFactory() |
| Modifier and Type | Method and Description |
|---|---|
PropertyEditor<?> |
call(PropertySheet.Item item) |
public PropertyEditor<?> call(PropertySheet.Item item)
call in interface javafx.util.Callback<PropertySheet.Item,PropertyEditor<?>>