Constant | Description |
SWT.OPEN | Creates a dialog for opening a single file. This is the default. |
SWT.MULTI | Creates a dialog for opening multiple files. |
SWT.SAVE | Creates a dialog for saving a file. |
17.105.FileDialog | ||||
17.105.1. | Displaying the Open or Save File Dialog | |||
17.105.2. | Open an Open FileDialog | |||
17.105.3. | Specifying File Types and Extensions | |||
17.105.4. | Specifying the Starting Directory and File Name | |||
17.105.5. | Suggest a file name to use for saving a file by prefilling the entry field in the Save dialog box | |||
17.105.6. | Getting the Selected File or Files | |||
17.105.7. | Set FilterExtensions for FileDialog | |||
17.105.8. | File Save Dialog: filter name, filter extensions, filter path and file name |