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.
|
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.
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.
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.
Added a type safe Pair of 2 elements.
The default NetBeans Platform infrastructure knows how to
display dialog when a UserQuestionException
is
reported.
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 June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.