public FXForm(FactoryProvider editorFactoryProvider) {
this(null,
new FactoryProvider() {
public Callback<Void, FXFormNode> getFactory(Element element) {
return new LabelFactory();
}
}, new FactoryProvider() {
public Callback<Void, FXFormNode> getFactory(Element element) {
return new AutoHidableLabelFactory();
}