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 BsetAction(FileChooserAction action) Deprecated.default BsetCreateFolders(boolean createFolders) Deprecated.UseFileDialoginsteaddefault BsetFilter(FileFilter filter) Deprecated.UseFileDialoginsteaddefault BsetSelectMultiple(boolean selectMultiple) Deprecated.UseFileDialoginsteadMethods inherited from interface org.javagi.gobject.BuilderInterface
addBuilderProperty, connect, connect, getArena
-
Method Details
-
setAction
Deprecated.UseFileDialoginsteadThe type of operation that the file chooser is performing.- Parameters:
action- the value for theactionproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setCreateFolders
Deprecated.UseFileDialoginsteadWhether a file chooser not inFileChooserAction.OPENmode will offer the user to create new folders.- Parameters:
createFolders- the value for thecreate-foldersproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setFilter
Deprecated.UseFileDialoginsteadThe current filter for selecting files that are displayed.- Parameters:
filter- the value for thefilterproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setSelectMultiple
Deprecated.UseFileDialoginsteadWhether to allow multiple files to be selected.- Parameters:
selectMultiple- the value for theselect-multipleproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
FileDialoginstead