@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class DirectoryChooserBuilder extends java.lang.Object implements Builder<DirectoryChooser>
DirectoryChooser| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryChooserBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(DirectoryChooser x) |
DirectoryChooser |
build()
Make an instance of
DirectoryChooser based on the properties set on this builder. |
static DirectoryChooserBuilder |
create()
Creates a new instance of DirectoryChooserBuilder.
|
DirectoryChooserBuilder |
initialDirectory(java.io.File x)
Set the value of the
initialDirectory property for the instance constructed by this builder. |
DirectoryChooserBuilder |
title(java.lang.String x)
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(java.io.File x)
initialDirectory property for the instance constructed by this builder.public DirectoryChooserBuilder title(java.lang.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 (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.