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 |
@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.
Children have a new createLazy(Callable<Children> factory) method, that can be used to provide a lazy children implementation. Callable.call() is called just when node's children are really needed.
For general overview of the concepts related to nodes and explorers,
together with code samples, see chapter 7,
of NetBeans Platform for Beginners
by Jason Wexbridge and Walter Nyland.
|
|
Read more about the implementation in the answers to architecture questions.
Built on August 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.