See: Description
Package | Description |
---|---|
org.openide.cookies |
Cookies
are a design pattern used to add behaviors to existing data object
and nodes, or to separate implementation from the main object.
|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
org.openide.util.actions |
XXX no answer for arch-overall
ChildFactory is useful for creating node children lazily on a background thread, and for simplifying working with Children.Keys. One oversight in the original API was providing for notification that the nodes created by the ChildFactory are no longer in use and should clean up any resources.
DestroyableNodesFactory is an abstract class which adds destroyNodes methods to ChildFactory.Detachable.
@BeanInfoSearchPath
annotation
Adding @BeanInfoSearchPath
annotation
to allow convenient way of registering BeanInfo search path.
@PropertyEditorRegistration
and @PropertyEditorSearchPath
annotations
Adding @PropertyEditorRegistration
and @PropertyEditorSearchPath
annotations
to allow convenient way of registering property editors.
ChildFactory.createKeys
better supports incremental display
An implementation of ChildFactory.createKeys
may now
use List.add
a number of times and return true at the
end, while still displaying keys incrementally.
Added NodeOperation.showCustomEditorDialog
method that shows a modal dialog for given property
just like when the [...] button in property sheet is pressed.
XXX no answer for arch-usecases
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on December 20 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.