Overview
Utility Classes
Not all of the classes in this package are of interest for all module
writers, but some of them may or even are as they are used through out
our sources.
    - NbBundle as our specialized support
    for localization and replacement to 
    ResourceBundle.
    
- Taskand especially- RequestProcessorwhich
    is our way to manage pools of thread workers and execute asynchronous
    computations.
- 
    BaseUtilitieswhich contain
    a lot of methods of possible interest. For exampletopologicalSort,activeReferenceQueue,translate.
- 
    Enumerationsprovide
    enhacened support for manipulation with 
    Enumerations and especially
    their on-demand generation.
@FOOTER@