Uses of Interface
javafx.util.Builder
Package
Description
Contains classes for loading an object hierarchy from markup.
Contains various utilities and helper classes.
-
Uses of Builder in javafx.fxml
Modifier and TypeMethodDescriptionBuilder<?>
JavaFXBuilderFactory.getBuilder
(Class<?> type) Returns the builder for the specified type, or null if no builder is used. -
Uses of Builder in javafx.util
Modifier and TypeMethodDescriptionBuilder<?>
BuilderFactory.getBuilder
(Class<?> type) Returns a builder suitable for constructing instances of the given type.