|
org.openide.dialogs 7.15.1 | |||||||||
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. |
Two new methods in NotifyDescriptor were added to allow API client to create NotificationLineSupport which allow handling error/warning/info messages in dialogs. If a dialog descriptor creates this support, DialogDisplayer allocates necessary space at the bottom of dialog where API clients can set info/warning/error messages with appropriate icons.
Two new constants for warning and info messages were introduced. Info message is annotated by blue info icon and warning message is annotated by orange warning icon with exclamation mark. Message foreground color is set to Label foreground standard color.
Freeform property strings are replaced by public constants.
WizardDescriptor.ArrayIterator
A constructor accepting List<Panel<Data>>
was added
to ArrayIterator
to avoid the need for generic array construction
by client code.
WizardDescriptor
constructor.
New WizardDescriptor
constructor for subclasses.
It allows to eliminate unchecked warnings.
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.15.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |