- java.lang.Object
-
- org.tentackle.fx.FxBuilderFactory
-
- All Implemented Interfaces:
javafx.util.BuilderFactory
public class FxBuilderFactory extends java.lang.Object implements javafx.util.BuilderFactoryThe default implementation of a builder factory.Adds custom builders to replace by tentackle's implementations.
- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description FxBuilderFactory()Creates the factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.util.Builder<?>getBuilder(java.lang.Class<?> type)
-