Package | Description |
---|---|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
FileChooser.ExtensionFilter |
FileChooser.getSelectedExtensionFilter()
Gets the value of the property selectedExtensionFilter.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<FileChooser.ExtensionFilter> |
FileChooser.getExtensionFilters()
Gets the extension filters used in the displayed file dialog.
|
ObjectProperty<FileChooser.ExtensionFilter> |
FileChooser.selectedExtensionFilterProperty()
This property is used to pre-select the extension filter for the next
displayed dialog and to read the user-selected extension filter from the
dismissed dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
FileChooser.setSelectedExtensionFilter(FileChooser.ExtensionFilter filter)
Sets the value of the property selectedExtensionFilter.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.