@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class FileChooserBuilder extends java.lang.Object implements Builder<FileChooser>
FileChooser
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private java.util.Collection<? extends FileChooser.ExtensionFilter> |
extensionFilters
Deprecated.
|
private java.io.File |
initialDirectory
Deprecated.
|
private java.lang.String |
title
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
FileChooserBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(FileChooser x)
Deprecated.
|
FileChooser |
build()
Deprecated.
Make an instance of
FileChooser based on the properties set on this builder. |
static FileChooserBuilder |
create()
Deprecated.
Creates a new instance of FileChooserBuilder.
|
FileChooserBuilder |
extensionFilters(java.util.Collection<? extends FileChooser.ExtensionFilter> x)
Deprecated.
Add the given items to the List of items in the
extensionFilters property for the instance constructed by this builder. |
FileChooserBuilder |
extensionFilters(FileChooser.ExtensionFilter... x)
Deprecated.
Add the given items to the List of items in the
extensionFilters property for the instance constructed by this builder. |
FileChooserBuilder |
initialDirectory(java.io.File x)
Deprecated.
Set the value of the
initialDirectory property for the instance constructed by this builder. |
FileChooserBuilder |
title(java.lang.String x)
Deprecated.
Set the value of the
title property for the instance constructed by this builder. |
private int __set
private java.util.Collection<? extends FileChooser.ExtensionFilter> extensionFilters
private java.io.File initialDirectory
private java.lang.String title
public static FileChooserBuilder create()
public void applyTo(FileChooser x)
public FileChooserBuilder extensionFilters(java.util.Collection<? extends FileChooser.ExtensionFilter> x)
extensionFilters
property for the instance constructed by this builder.public FileChooserBuilder extensionFilters(FileChooser.ExtensionFilter... x)
extensionFilters
property for the instance constructed by this builder.public FileChooserBuilder initialDirectory(java.io.File x)
initialDirectory
property for the instance constructed by this builder.public FileChooserBuilder title(java.lang.String x)
title
property for the instance constructed by this builder.public FileChooser build()
FileChooser
based on the properties set on this builder.build
in interface Builder<FileChooser>