@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class DirectoryChooserBuilder extends Object implements Builder<DirectoryChooser>
DirectoryChooser| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryChooserBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(DirectoryChooser x)
Deprecated.
|
DirectoryChooser |
build()
Deprecated.
Make an instance of
DirectoryChooser based on the properties set on this builder. |
static DirectoryChooserBuilder |
create()
Deprecated.
Creates a new instance of DirectoryChooserBuilder.
|
DirectoryChooserBuilder |
initialDirectory(File x)
Deprecated.
Set the value of the
initialDirectory property for the instance constructed by this builder. |
DirectoryChooserBuilder |
title(String x)
Deprecated.
Set the value of the
title property for the instance constructed by this builder. |
public static DirectoryChooserBuilder create()
public void applyTo(DirectoryChooser x)
public DirectoryChooserBuilder initialDirectory(File x)
initialDirectory property for the instance constructed by this builder.public DirectoryChooserBuilder title(String x)
title property for the instance constructed by this builder.public DirectoryChooser build()
DirectoryChooser based on the properties set on this builder.build in interface Builder<DirectoryChooser>Copyright © 2025. All rights reserved.