|
org.openide.util 8.24 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Utilities API | |
|---|---|
| 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. |
| org.openide.util.io | A set of utility classes providing extensions to the Java I/O system. |
| org.openide.xml | A set of utility classes assisting in the manipulation of XML documents. |
This module contains general classes needed in NetBeans, extensions to basic JRE contepts, useful methods and other UtilitiesAPI classes.
LifecycleManager
has new exit method allowing callers to specify
the exit code.
@NbBundle.Messages available on fields
@NbBundle.Messages may now be used on fields, useful
in case the field initializer involves some complex construction
requiring a localized message. (Merely storing a localized message
in a String constant is poor practice; inline the field instead.)
HelpCtx.display added
To permit modules to display help pages where available without
a direct dependency on the JavaHelp API, HelpCtx.display()
was added together with a matching SPI.
In order to deal with bug #202354 there were some minor tweaks
inside RequestProcessor implementation.
NetworkSettings.ProxyCredentialsProvider added
Most of the proxy and network credentials are currently read from a default NetBeans storage. This may not be ideal for other Platform aplications storing the settings in a different way or computing them dynamically. A SPI NetworkSettings.ProxyCredentialsProvider allows NetBeans Platform users to provide proxy and network credentials separately. See http://wiki.netbeans.org/Authenticator
NetworkSettings.suppressAuthenticationDialog added
Some plugins needs a way to suppress java.net.Authenticator without asking
user a question about the credentials.
Invoke
suppressAuthenticationDialog with a block of code where authentication dialog will be suppressed.
See http://wiki.netbeans.org/Authenticator
If you are interested in logging from inside your module, or in writing your own log handler or in configuring the whole system, then best place to start is the NetBeans logging guide.
|
|
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
Nothing.
Read more about the implementation in the answers to architecture questions.
|
org.openide.util 8.24 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||