public interface IFileChooserCommon extends IDisplayCommon
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.File> |
getSelectedFiles()
Gets the files that was selected by the user.
|
IFileChooserFilter |
getSelectedFilter()
Gets the filter that was selected by the user
|
DialogResult |
open()
Opens the chooser and blocks until the user has pressed OK or CANCEL
|
void |
setSelectedFile(java.io.File file)
Sets the selected file or directory of the chooser that will be shown
when the chooser will be opened the first time.
|
getUiReference, isEnabled, setEnabled
void setSelectedFile(java.io.File file)
file
- The file or directory to setDialogResult open()
java.util.List<java.io.File> getSelectedFiles()
IFileChooserFilter getSelectedFilter()
Siehe auch Jowidgets Nutzerhandbuch