Package org.openide.util


package org.openide.util
A set of utility classes covering a few general infrastructure points in the Open APIs.
  • Class
    Description
    Service provider interface (SPI) for executing of time consuming task which results are visible in UI.
    Abstract base class for Icon implementations that need to cache scaled bitmap representations for HiDPI displays.
    Interface to be implemented by an action whose behavior is dependent on some context.
    An interface that can be registered in a lookup by subsystems wish to provide a global context actions should react to.
    Provides help for any window or other feature in the system.
    Service to display a HelpCtx in a help viewer.
    An object implementing this interface is willing to answer the HelpCtx.findHelp() query itself.
    Useful static methods for manipulation with images/icons, results are cached.
    Useful static methods for getting Network Proxy required for make network connection for specified resource.
    Allows NetBeans Platform users to provide own proxy and network credentials separately.
    Deprecated.
    Use BlockingQueue instead.
    Shared object that allows different instances of the same class to share common data.
    Exception that is thrown when user cancels interaction so the requested result cannot be produced.
    Exception that is thrown when the process is about to perform some action that requires user confirmation.
    Otherwise uncategorized useful static methods.
    Deprecated.
    Used only by the deprecated partialSort
    A scalable icon that can be drawn at any resolution, for use with HiDPI displays.