Uses of Package
org.openide.util

Packages that use org.openide.util
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
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.explorer Many different UI components of the IDE are actually Explorer views of nodes. 
org.openide.explorer.propertysheet The exact properties of a node may be displayed and edited with the Property Sheet
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.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.options System options provide an easy-to-use mechanism for persistent storage of user-settable options. 
org.openide.src The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements
org.openide.src.nodes Source elements can be represented by default element nodes
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
org.openide.util.actions There are several types of standard actions that should be used for many user interactions with the IDE. 
org.openide.util.datatransfer The IDE uses special extensions to data transfer. 
org.openide.util.lookup Useful implementations of the lookup system used to register functionality and objects in the APIs. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Classes in org.openide.util used by org.openide
HelpCtx
          Provides help for any window or other feature in the system.
UserCancelException
          Exception that is thrown when user cancels interaction so the requested result cannot be produced.
 

Classes in org.openide.util used by org.openide.actions
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.awt
HelpCtx
          Provides help for any window or other feature in the system.
 

Classes in org.openide.util used by org.openide.compiler
HelpCtx
          Provides help for any window or other feature in the system.
MapFormat
          A text format similar to MessageFormat but using string rather than numeric keys.
Mutex
          Read-many/write-one lock.
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.cookies
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.debugger
HelpCtx
          Provides help for any window or other feature in the system.
 

Classes in org.openide.util used by org.openide.execution
HelpCtx
          Provides help for any window or other feature in the system.
MapFormat
          A text format similar to MessageFormat but using string rather than numeric keys.
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.explorer
HelpCtx
          Provides help for any window or other feature in the system.
 

Classes in org.openide.util used by org.openide.explorer.propertysheet
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.loaders
HelpCtx
          Provides help for any window or other feature in the system.
Lookup
          A general registrar permitting clients to find instances of services.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.modules
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.nodes
HelpCtx
          Provides help for any window or other feature in the system.
Mutex
          Read-many/write-one lock.
 

Classes in org.openide.util used by org.openide.options
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.src
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.src.nodes
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.text
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
Task
          A task that may be executed in a separate thread and permits examination of its status.
 

Classes in org.openide.util used by org.openide.util
HelpCtx
          Provides help for any window or other feature in the system.
HttpServer.Impl
          Implementation of the HTTP server.
Lookup
          A general registrar permitting clients to find instances of services.
Lookup.Item
          A single item in a lookup result.
Lookup.Result
          Result of a lookup request.
Lookup.Template
          Template defining a pattern to filter instances by.
LookupEvent
          An event describing the change in the lookup's result.
LookupListener
          General listener for changes in lookup.
Mutex
          Read-many/write-one lock.
Mutex.Action
          Action to be executed in a mutex without throwing any checked exceptions.
Mutex.ExceptionAction
          Action to be executed in a mutex, possibly throwing checked exceptions.
Mutex.Privileged
          Provides access to Mutex's internal methods.
MutexException
          Encapsulates other exceptions thrown from a mutex method.
NbBundle.ClassLoaderFinder
          Deprecated. Useless.
RequestProcessor.Task
          The task describing the request task send to the processor.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
Task
          A task that may be executed in a separate thread and permits examination of its status.
TaskListener
          Listener which can be notifies when a task finishes.
Utilities.UnorderableException
          Exception indicating that a given list could not be partially-ordered.
WeakListener
          Property change listener that delegates to another one change listener but hold only weak reference to that listener, so it does not prevent it to be finalized.
WeakListener.PropertyChange
          Deprecated. use appropriate method instead
 

Classes in org.openide.util used by org.openide.util.actions
HelpCtx
          Provides help for any window or other feature in the system.
SharedClassObject
          Shared object that allows different instances of the same class to share common data.
 

Classes in org.openide.util used by org.openide.util.datatransfer
HelpCtx
          Provides help for any window or other feature in the system.
 

Classes in org.openide.util used by org.openide.util.lookup
Lookup
          A general registrar permitting clients to find instances of services.
Lookup.Item
          A single item in a lookup result.
Lookup.Result
          Result of a lookup request.
Lookup.Template
          Template defining a pattern to filter instances by.
 

Classes in org.openide.util used by org.openide.windows
HelpCtx
          Provides help for any window or other feature in the system.
 



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