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