Uses of Class
org.openide.NotifyDescriptor

Packages that use NotifyDescriptor
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of NotifyDescriptor in org.openide
 

Subclasses of NotifyDescriptor in org.openide
 class DialogDescriptor
          A description of a standard dialog.
static class NotifyDescriptor.Confirmation
          Provides a description of a possible action and requests confirmation from the user before proceeding.
static class NotifyDescriptor.Exception
          Deprecated. Better to use TopManager.notifyException(java.lang.Throwable), or for more control various methods in ErrorManager.
static class NotifyDescriptor.InputLine
          Notification providing for a line of text input.
static class NotifyDescriptor.Message
          Provides information about the results of a command.
 class WizardDescriptor
          Implements a basic "wizard" GUI system.
 

Methods in org.openide with parameters of type NotifyDescriptor
abstract  Object TopManager.notify(NotifyDescriptor descriptor)
          Notify the user of something in a message box, possibly with feedback.
 

Uses of NotifyDescriptor in org.openide.loaders
 

Subclasses of NotifyDescriptor in org.openide.loaders
 class TemplateWizard
          Wizard for creation of new objects from a template.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.