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 | Description |
---|---|
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.
|
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
|
com.jniwrapper.win32.ui.dialogs
package contains Java wrappers for native dialogs,
such as print dialog, select folder dialog, select color dialog etc.