|
org.openide.explorer 6.18.2 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Explorer & Property Sheet API | |
---|---|
org.openide.explorer | Many different UI components in NetBeans are actually Explorer views of nodes. |
org.openide.explorer.propertysheet | The exact properties of a node may be displayed and edited with the Property Sheet. |
org.openide.explorer.propertysheet.editors | |
org.openide.explorer.view | The Explorer is really an abstraction that needs a view to actually display the nodes. |
XXX no answer for arch-overall
Nodes can have check-boxes rendered next to their icons or display names.
Nodes can be removed outside of AWT thread while e.g. view can
try to select them. This generated IllegalArgumentException during checking if
such a node is under root context. Now
setSelectedNodes()
.
does partial selection
of valid nodes instead of throwing IllegalArgumentException.
Added new OutlineView component which is a table with expandable tree-like part and which replaces the current buggy TreeTableView.
Added support for property ColumnDisplayNameWithMnemonicTTV. This property may be used to specify column names with mnemonic char using '&' char. Such display name will be used in 'Change Visible Columns' dialog window.
Added method setUseSubstringInQuickSearch(boolean). This method allows using substring search for the typed in text in the quick search feature instead of the (default) prefix search.
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.
|
org.openide.explorer 6.18.2 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |