Uses of Package
org.openide

Packages that use org.openide
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Classes in org.openide used by org.openide
DialogDescriptor
          A description of a standard dialog.
ErrorManager
          A system of managing, annotating, and classifying errors and log messages.
ErrorManager.Annotation
          Annotation that can be attached to an error.
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.
Places
          Provides access to all basic components ("places") in the IDE.
Places.Folders
          Deprecated. Most users of these folders will be using their paths directly in XML layers; since these paths are necessarily defined in the APIs anyway, using a method call for each location is not necessary.
Places.Nodes
          Provides access to important node places.
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
ServiceType.Registry
          The registry of all services.
TopManager
          Heart of the whole IDE.
TopManager.NodeOperation
          Provides common operations on nodes.
WizardDescriptor.Iterator
          Iterator on the sequence of panels.
WizardDescriptor.Panel
          One wizard panel with a component on it.
 

Classes in org.openide used by org.openide.compiler
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
 

Classes in org.openide used by org.openide.debugger
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
 

Classes in org.openide used by org.openide.execution
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
 

Classes in org.openide used by org.openide.loaders
DialogDescriptor
          A description of a standard dialog.
NotifyDescriptor
          This class provides a description of a user notification to be displayed.
WizardDescriptor
          Implements a basic "wizard" GUI system.
WizardDescriptor.Iterator
          Iterator on the sequence of panels.
WizardDescriptor.Panel
          One wizard panel with a component on it.
 

Classes in org.openide used by org.openide.modules
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
 

Classes in org.openide used by org.openide.text
ServiceType
          This class represents an abstract subclass for services (compilation, execution, debugging, etc.) that can be registered in the system.
 



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