|
org.openide.nodes 7.27 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Nodes API | |
|---|---|
| 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 | |
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.
IndexedNode has
new constructor that accepts Lookup.
NodeOp.factory is new layer based factory method to allow declarative definition of a root node into the UI.
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.nodes 7.27 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||