Skip navigation links
org.openide.filesystems.nb 9.34
A C F G I O S 

S

setAcceptAllFileFilterUsed(boolean) - Method in class org.openide.filesystems.FileChooserBuilder
Determines whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
setAccessibleDescription(String) - Method in class org.openide.filesystems.FileChooserBuilder
Set the accessible description for any file choosers created by this builder
setApproveText(String) - Method in class org.openide.filesystems.FileChooserBuilder
Set the text on the OK button for any file chooser dialogs produced by this builder.
setBadgeProvider(FileChooserBuilder.BadgeProvider) - Method in class org.openide.filesystems.FileChooserBuilder
Provide an implementation of BadgeProvider which will "badge" the icons of some files.
setControlButtonsAreShown(boolean) - Method in class org.openide.filesystems.FileChooserBuilder
Show/hide control buttons
setDefaultWorkingDirectory(File) - Method in class org.openide.filesystems.FileChooserBuilder
Set the current directory which should be used only if a last-used directory cannot be found for the key string passed into this builder's constructor.
setDirectoriesOnly(boolean) - Method in class org.openide.filesystems.FileChooserBuilder
Set whether or not any file choosers created by this builder will show only directories.
setFileFilter(FileFilter) - Method in class org.openide.filesystems.FileChooserBuilder
Set a file filter which filters the list of selectable files.
setFileHiding(boolean) - Method in class org.openide.filesystems.FileChooserBuilder
Enable file hiding in any created file choosers
setFilesOnly(boolean) - Method in class org.openide.filesystems.FileChooserBuilder
 
setSelectionApprover(FileChooserBuilder.SelectionApprover) - Method in class org.openide.filesystems.FileChooserBuilder
Set a selection approver which can display an "Overwrite file?" or similar dialog if necessary, when the user presses the accept button in the file chooser dialog.
setTitle(String) - Method in class org.openide.filesystems.FileChooserBuilder
Set the dialog title for any JFileChoosers created by this builder.
showMultiOpenDialog() - Method in class org.openide.filesystems.FileChooserBuilder
Show an open dialog that allows multiple selection.
showOpenDialog() - Method in class org.openide.filesystems.FileChooserBuilder
Show an open dialog with a file chooser set up according to the parameters of this builder.
showSaveDialog() - Method in class org.openide.filesystems.FileChooserBuilder
Show a save dialog with the file chooser set up according to the parameters of this builder.
A C F G I O S 
Skip navigation links
org.openide.filesystems.nb 9.34