See: Description
Package | Description |
---|---|
org.openide |
Miscellaneous general classes, especially the util classes to handle a user notifications,
displaying dialogs and wizards.
|
Added PROP_INPUT_TEXT
event to the InputLine
,
that may optionally be fired when the input text changes
Added ComposedInput
providing a composed input of multiple chained selection lists and/or input lines.
Added QuickPick
providing a selection list allowing multiple selections.
DialogDisplayer.notifyFuture now allows to chain processing after user closes the dialog without blocking a thread as with DialogDisplayer.notify.
Added PasswordLine
, which is implementation of InputLine
intended for password entry.
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.