Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
org.openide.util.spi |
Class and Description |
---|
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.
|
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.
|
Pair
A type safe pair of two object.
|
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.
|
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.
|
Class and Description |
---|
Mutex.ExceptionAction
Action to be executed in a mutex, possibly throwing checked exceptions.
|
MutexException
Encapsulates other exceptions thrown from a mutex method.
|