|
org.openide.dialogs 7.8.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 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.
getProperties
added to WizardDescriptor
New method to get list of all properties of the WizardDescriptor
added to the class.
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.8.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |