javafx.fxml
Class JavaFXBuilderFactory
- javafx.fxml.JavaFXBuilderFactory
All Implemented Interfaces:
public final class JavaFXBuilderFactory extends Object implements BuilderFactory
JavaFX builder factory.
Since:
JavaFX 2.0
-
Constructor Summary
Constructors Constructor and Description JavaFXBuilderFactory()Default constructor.JavaFXBuilderFactory(ClassLoader classLoader)Constructor that takes a class loader.
-
Method Summary
All MethodsInstance MethodsConcrete Methods Modifier and Type Method and Description Builder<?>getBuilder(Class<?> type)Returns a builder suitable for constructing instances of the given type.
-
Constructor Detail
-
JavaFXBuilderFactory
public JavaFXBuilderFactory()
Default constructor.
-
JavaFXBuilderFactory
public JavaFXBuilderFactory(ClassLoader classLoader)
Constructor that takes a class loader.Parameters:
classLoader-Since:
JavaFX 2.1
-
-
Method Detail
-
getBuilder
public Builder<?> getBuilder(Class<?> type)
Description copied from interface:BuilderFactoryReturns a builder suitable for constructing instances of the given type.Specified by:
getBuilderin interfaceBuilderFactoryReturns:
A builder for the given type, or null if this factory does not produce builders for the type.
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.