org.openide.util 8.6.1

Uses of Package
org.openide.util

Packages that use org.openide.util
org.openide Provides ErrorManager - the central place for logging and reproting failures in NetBeans based system. 
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 within NetBeans. 
org.openide.util.datatransfer NetBeans uses special extensions to data transfer. 
 

Classes in org.openide.util used by org.openide
HelpCtx
          Provides help for any window or other feature in the system.
HelpCtx.Provider
          An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.
 

Classes in org.openide.util used by org.openide.util
AsyncGUIJob
          Service provider interface (SPI) for executing of time consuming task which results are visible in UI.
Cancellable
          Service provider interface (SPI) for adding cancel support to various jobs.
EditableProperties
          Similar to Properties but designed to retain additional information needed for safe hand-editing.
Enumerations.Processor
          Processor interface that can filter out objects from the enumeration, change them or add aditional objects to the end of the current enumeration.
HelpCtx
          Provides help for any window or other feature in the system.
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
          Request processor is Executor (since version 7.16) capable to perform asynchronous requests in a dedicated thread pool.
RequestProcessor.Task
          The task describing the request sent 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.
TopologicalSortException
          Exception that signals that a topological sort failed due to unsortable nature of the graph and that provides support for reporting and recovering from that state.
Union2
          A union type which can contain one of two kinds of objects.
Utilities.UnorderableException
          Deprecated. Used only by the deprecated partialSort
 

Classes in org.openide.util used by org.openide.util.actions
ContextAwareAction
          Interface to be implemented by an action whose behavior is dependent on some context.
HelpCtx
          Provides help for any window or other feature in the system.
HelpCtx.Provider
          An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.
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.
HelpCtx.Provider
          An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.
 


org.openide.util 8.6.1

Built on November 27 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.