lastAlert object
int lastAlert.style
This property contains the style of SWT MessageBox
or DirectoryDialog
of the last suppressed native dialog. See closeMessageBox(objectOrName, result), chooseDirectory(objectOrName, path) and chooseFile(objectOrName, filename).
String lastAlert.text
This property contains the message, in case of SWT MessageBox
or DirectoryDialog
, or title, in case of JavaFX DirectoryChooser
or FileChooser
of the last suppressed native dialog. See closeMessageBox(objectOrName, result), chooseDirectory(objectOrName, path) and chooseFile(objectOrName, filename).
String lastAlert.title
This property contains the title of a SWT MessageBox
or DirectoryDialog
of the last suppressed native dialog. See closeMessageBox(objectOrName, result), chooseDirectory(objectOrName, path) and chooseFile(objectOrName, filename).
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.