See: Description
Package | Description |
---|---|
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.
|
This module contains general classes needed in NetBeans, extensions to basic JRE contepts, useful methods and other UtilitiesAPI classes.
NetworkSettings.getAuthenticationPassword
added
The SPI NetworkSettings.ProxyCredentialsProvider allows NetBeans Platform users to provide proxy and network credentials, but the according API should also provide the password, not only the username.
Only some platforms provide an audible notification when user
tries to invoke a disabled action. So instead of Toolkit.beep()
which always plays a sound a new method
Utilities.disabledActionSound()
shoud be used instead.
The following classes were spinned of into org.openide.util.base module:
The class Utilities was also split and the client desktop indepenent parts landed in BaseUtilities. Although all the constants and methods are still available through Utilities class, it is advised to change the dependencies and reference them through BaseUtilities.
Two new methods, tryReadAccess
and tryWriteAccess
,
added to Mutex.Privileged
to allow better control when waiting for a lock.
When the IDE is running under a dark look and feel (UIManager.getBoolean("nb.dark.theme")
)
then ImageUtilities
will try to load an image or on icon with a "_dark" suffix.
For example "org/netbeans/modulename/toolbaricon_dark.png" or
"org/netbeans/modulename/imagewithoutextension_dark". If such
resource exists it will be used instead of the default one.
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.
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.