Package | Description |
---|---|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryChooserBuilder |
DirectoryChooserBuilder.create()
Deprecated.
Creates a new instance of DirectoryChooserBuilder.
|
DirectoryChooserBuilder |
DirectoryChooserBuilder.initialDirectory(File x)
Deprecated.
Set the value of the
initialDirectory property for the instance constructed by this builder. |
DirectoryChooserBuilder |
DirectoryChooserBuilder.title(String x)
Deprecated.
Set the value of the
title property for the instance constructed by this builder. |
Copyright © 2020. All rights reserved.