| Package | Description |
|---|---|
| org.openide.explorer.view |
The Explorer is really an abstraction that needs a
view
to actually display the nodes.
|
| Class | Description |
|---|---|
| BeanTreeView |
Displays
Node hierarchy as a tree of all nodes. |
| ListView |
Explorer view to display items in a list.
|
| MenuView.Acceptor |
Deprecated.
This interface is almost the same as
NodeAcceptor
so it is redundant and obsoleted. Use NodeAcceptor
interface instead. |
| NodeListModel |
Model for displaying the nodes in list and choice.
|
| NodePopupFactory |
Allows customization of the popup menus of TableView and OutlineView.
|
| NodeRenderer |
Default renderer for nodes.
|
| NodeTableModel |
Table model with properties (
Node.Property) as columns and nodes (Node) as rows. |
| NodeTreeModel |
Model for displaying the nodes in tree.
|
| QuickSearchTableFilter |
Filter of quick search in a table view.
|
| TreeView |
Base class for tree-style explorer views.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.