Package | Description |
---|---|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
static FileChooserBuilder |
FileChooserBuilder.create()
Creates a new instance of FileChooserBuilder.
|
FileChooserBuilder |
FileChooserBuilder.extensionFilters(java.util.Collection<? extends FileChooser.ExtensionFilter> x)
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)
Add the given items to the List of items in the
extensionFilters property for the instance constructed by this builder. |
FileChooserBuilder |
FileChooserBuilder.initialDirectory(java.io.File x)
Set the value of the
initialDirectory property for the instance constructed by this builder. |
FileChooserBuilder |
FileChooserBuilder.title(java.lang.String x)
Set the value of the
title property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.