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.spi |
This module contains general classes needed in NetBeans, extensions to basic JRE contepts, useful methods and other UtilitiesAPI classes.
Added methods to query the existing pseudo-keycodes assigned to mouse wheel events, and new pseudo-keycodes added for extended mouse buttons.
Updated findDialogParent
to ensure that if a modal dialog is open the returned component is in that dialog
and added an overload that allows providing a fallback component.
Added isModalDialogOpen
to determine if there is a modal dialog open.
Added a variant actionsToPath that instantiates context-bound actions if the registered action(s) implements ContextAwareAction. Improves consistency with actionsToPopup that supports contextual actions.
Added findDialogParent
to provide a parent component for standard swing dialog displayers
such as JOptionPane
and JFileChooser
.
This method first checks KeyboardFocusManager
, then uses an active frame.
The property url
is documented in Javadoc since 8.12 but the key string was not
added to the API. It is now, along with a
convenience method, which should be used in preference.
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 Apache Git repositories or in the GitHub repositories.
Nothing.
Read more about the implementation in the answers to architecture questions.