Package org.gnome.gtk
Interface FileChooser.Builder<B extends Builder<B>>
- All Superinterfaces:
BuilderInterface
- All Known Implementing Classes:
FileChooserDialog.Builder
,FileChooserNative.Builder
,FileChooserWidget.Builder
- Enclosing interface:
FileChooser
-
Method Summary
Modifier and TypeMethodDescriptiondefault B
setAction
(FileChooserAction action) Deprecated.default B
setCreateFolders
(boolean createFolders) Deprecated.UseFileDialog
insteaddefault B
setFilter
(FileFilter filter) Deprecated.UseFileDialog
insteaddefault B
setSelectMultiple
(boolean selectMultiple) Deprecated.UseFileDialog
insteadMethods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAction
Deprecated.UseFileDialog
insteadThe type of operation that the file chooser is performing.- Parameters:
action
- the value for theaction
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setCreateFolders
Deprecated.UseFileDialog
insteadWhether a file chooser not inFileChooserAction.OPEN
mode will offer the user to create new folders.- Parameters:
createFolders
- the value for thecreate-folders
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setFilter
Deprecated.UseFileDialog
insteadThe current filter for selecting files that are displayed.- Parameters:
filter
- the value for thefilter
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setSelectMultiple
Deprecated.UseFileDialog
insteadWhether to allow multiple files to be selected.- Parameters:
selectMultiple
- the value for theselect-multiple
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
FileDialog
instead