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.
NetworkSettings
added
Added new useful methods for getting Network Proxy for specified URI.
Images loaded by
ImageUtilities.loadImage now
respond to getProperty("url", null)
calls.
putIfAbsent
and resize
New method putIfAbsent gives access to key already stored in Set. Method resize allows to change capacity of internal hash map.
@NbBundle.Messages
A new annotation makes it easier to produce localizable strings.
New method Exceptions.attachSeverity
allows
everyone to thrown an exception, which later will not be
logged.
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 July 28 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.