Package org.openide
package org.openide
Miscellaneous general classes, especially the util classes to handle a user notifications,
displaying dialogs and wizards.
See DialogDisplayer
and referenced classes for displaying dialogs.
See NotifyDescriptor which provides
a description of a user notification to be displayed.
WizardDescriptor is the framework
provides creating and handling dialogs which leads a user step-to-step through task.
See also wizard guidebook which describes
the set of properties controls the wizard panel's layout.
-
ClassDescriptionA description of a standard dialog.Permits dialogs to be displayed.Helper class to simplify handling with error/warning/info messages.This class provides a description of a user notification to be displayed.Notification providing a composed input of multiple chained selection lists and/or input lines.Callback used to lazy create chained inputs.Provides a description of a possible action and requests confirmation from the user before proceeding.Deprecated.No longer used.Notification providing for a line of text input.Provides information about the results of a command.Notification providing a password input.Notification providing a selection list allowing multiple selections.Item that can be selected from a list of items.Implements a basic "wizard" GUI system.Special iterator that works on an array of
Panels.Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.Iterator for a wizard that will create new objects after the wizard has been closed.A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.A special interface for panel that needs to dynamically enabled Finish button.Deprecated.4.28 Use FinishablePanel instead.Iterator for a wizard that needs to somehow instantiate new objects.Iterator on the sequence of panels.WizardDescriptor.Panel<Data>One wizard panel with a component on it.Iterator for a wizard that wants to notify users while instantiate is running by a progress bar.A special interface for panels that need to do additional validation when Next or Finish button is clicked.The exception informs about fail in wizard panel validation and provides a localized description what's wrong.