Uses of Class
net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
-
Packages that use MultiFileChooserOptions Package Description net.sf.jguiraffe.gui.dlg.filechooser A package allowing access to file choosing dialogs. -
-
Uses of MultiFileChooserOptions in net.sf.jguiraffe.gui.dlg.filechooser
Methods in net.sf.jguiraffe.gui.dlg.filechooser that return MultiFileChooserOptions Modifier and Type Method Description protected MultiFileChooserOptions
MultiFileChooserOptions. getSelf()
Methods in net.sf.jguiraffe.gui.dlg.filechooser with parameters of type MultiFileChooserOptions Modifier and Type Method Description void
FileChooserDialogService. showOpenMultiFileDialog(MultiFileChooserOptions options)
Displays a dialog for selecting multiple files to be opened.
-