Classes | |
| class | CommonDialog |
| Base class of common dialog classes. More... | |
| class | FileDialog |
| The smjg.libs.sdwf.commondialog.FileDialog class wraps the Open and Save As common dialogs. More... | |
| class | ColourDialog |
| The smjg.libs.sdwf.commondialog.ColourDialog class wraps the Windows colour common dialog. More... | |
| class | FontDialog |
| The smjg.libs.sdwf.commondialog.FontDialog class wraps the Windows font common dialog. More... | |
| class | CommonDialogException |
| The smjg.libs.sdwf.commondialog.CommonDialogException class is an exception thrown if an error occurs while trying to execute a common dialog. More... | |
The smjg.libs.sdwf.commondialog module consists of classes used to access the Windows common dialogs. Common dialogs are a collection of dialog boxes available for any Windows application to use, for convenience and consistency in user interface.
1.5.4