See: Description
Package | Description |
---|---|
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
Methods setQuickSearchAllowed()
and isQuickSearchAllowed()
added to TreeView to control quick search enable or disable.
Methods setDefaultActionAllowed()
and isDefaultActionAllowed()
added to OutlineView to control invocation of the default action.
In order to be able to provide horizontal scroll bar in the tree column,
two methods are added: getTreeHorizontalScrollBarPolicy()
and setTreeHorizontalScrollBarPolicy()
.
To simplify navigation "up" in the ListView
one
can turn on showParentNode
property.
OutlineView.setPropertyColumns
,
OutlineView.addPropertyColumn
and
OutlineView.removePropertyColumn
added.
Added methods to manipulate the displayed columns of an OutlineView without needing to create prototype property objects, both making it simpler to use, and avoiding the common problem of properties not appearing because the prototype property does not use the exact type required.
DeprecatedOutlineView.setProperties()
, as this was
only needed for ease of replacement of TreeTableView.
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 June 23 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.