|
org.openide.dialogs 7.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Dialogs API | |
|---|---|
| org.openide | Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and wizards. |
WizardDescriptor constructor.
New WizardDescriptor constructor for subclasses.
It allows to eliminate unchecked warnings.
getProperties added to WizardDescriptor
New method to get list of all properties of the WizardDescriptor
added to the class.
Implementation of method notifyLater improved to work before main window is opened. For example: When method is called from ModuleInstall.restored, then modal dialog is opened and blocks main window until dialog is closed. Typical use case is login dialog.
WizardDescriptor.Panel
WizardDescriptor.Panel and WizardDescriptor.Iterator
has been generified to take generic type for data passed
into readSettings and storeSettings
objects.
Now it is simple to display a message box described by NotifyDescriptor asynchronously using DialogDisplayer.notifyLater .
A: You can change the format of your wizard's title by WizardDescriptor.setTitleFormat(MessageFormat format) and rid of 'wizard' word in the default wizard's title.
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.dialogs 7.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||