Java javafx.stage FileChooser fields, constructors, methods, implement or subclass

Example usage for Java javafx.stage FileChooser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.stage FileChooser.

The text is from its open source code.

Constructor

Method

ObservableListgetExtensionFilters()
Gets the extension filters used in the displayed file dialog.
FilegetInitialDirectory()
ExtensionFiltergetSelectedExtensionFilter()
ObjectPropertyinitialFileNameProperty()
voidsetInitialDirectory(final File value)
voidsetInitialFileName(final String value)
voidsetSelectedExtensionFilter(ExtensionFilter filter)
voidsetTitle(final String value)
FileshowOpenDialog(final Window ownerWindow)
Shows a new file open dialog.
ListshowOpenMultipleDialog(final Window ownerWindow)
Shows a new file open dialog in which multiple files can be selected.
FileshowSaveDialog(final Window ownerWindow)
Shows a new file save dialog.