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