Package com.jniwrapper.win32.ui.dialogs

The com.jniwrapper.win32.ui.dialogs package contains Java wrappers for native dialogs, such as print dialog, select folder dialog, select color dialog etc.

See:
          Description

Class Summary
BIStructure This class represents BROWSEINFO structure (both Ansi and Unicode).
ChooseColorDialog ChooseColorDialog is a wrapper for the ChooseColor native dialog.
ComDlg32 This class provides functions from comdlg32 library.
DefaultDialogCallback Default callback for Dialogs.
DevNames DEVNAMES native structure.
DialogHelper This class provides functionality that allows to display dialog boxes
OFNStructure This class represents OPENFILENAME structure (both Ansi and Unicode kinds).
OpenSaveFileDialog OpenSaveFileDialog is a wrapper for OpenFileName and SaveFileName native dialogs.
PrintDialog  
PrintDlgStructure Represent the PRINTDLG native structure.
SelectFolderDialog SelectFolderDialog is a wrapper to the native BrowseForFolder dialog.
SelectIconDialog This class provides functionality that allows to display a dialog box that allows the user to choose an icon from the selection available embedded in a resource such as an executable or DLL file
 

Package com.jniwrapper.win32.ui.dialogs Description

The com.jniwrapper.win32.ui.dialogs package contains Java wrappers for native dialogs, such as print dialog, select folder dialog, select color dialog etc.