站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.openide (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0

 

Package org.openide

Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and wizards.

See:
          Description

Interface Summary
WizardDescriptor.AsynchronousInstantiatingIterator Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
WizardDescriptor.AsynchronousValidatingPanel A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
WizardDescriptor.FinishablePanel A special interface for panel that needs to dynamically enabled Finish button.
WizardDescriptor.FinishPanel Deprecated. 4.28 Use FinishablePanel instead.
WizardDescriptor.InstantiatingIterator Iterator for a wizard that needs to somehow instantiate new objects.
WizardDescriptor.Iterator Iterator on the sequence of panels.
WizardDescriptor.Panel One wizard panel with a component on it.
WizardDescriptor.ValidatingPanel A special interface for panels that need to do additional validation when Next or Finish button is clicked.
 

Class Summary
DialogDescriptor A description of a standard dialog.
DialogDisplayer Permits dialogs to be displayed.
NotifyDescriptor This class provides a description of a user notification to be displayed.
NotifyDescriptor.Confirmation Provides a description of a possible action and requests confirmation from the user before proceeding.
NotifyDescriptor.Exception Deprecated. Better to use ErrorManager.notify(int, java.lang.Throwable)
NotifyDescriptor.InputLine Notification providing for a line of text input.
NotifyDescriptor.Message Provides information about the results of a command.
WizardDescriptor Implements a basic "wizard" GUI system.
WizardDescriptor.ArrayIterator Special iterator that works on an array of Panels.
 

Exception Summary
WizardValidationException The exception informs about fail in wizard panel validation and provides a localized description what's wrong.
 

Package org.openide Description

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.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.