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.default B
setFilter
(FileFilter filter) Deprecated.default B
setSelectMultiple
(boolean selectMultiple) Deprecated.Methods inherited from interface io.github.jwharm.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAction
Deprecated.The 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.Whether 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.The 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.Whether 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
-