Uses of Interface
javafx.util.Builder
Packages that use Builder
Package
Description
Contains classes for loading an object hierarchy from markup.
Contains various utilities and helper classes.
- 
Uses of Builder in javafx.fxmlMethods in javafx.fxml that return BuilderModifier 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.utilMethods in javafx.util that return BuilderModifier and TypeMethodDescriptionBuilder<?> BuilderFactory.getBuilder(Class<?> type) Returns a builder suitable for constructing instances of the given type.