Package | Description |
---|---|
org.openide.explorer.view |
The Explorer is really an abstraction that needs a
view
to actually display the nodes.
|
Constructor and Description |
---|
ListTableView(NodeTableModel ntm)
Deprecated.
Creates ListTableView with provided NodeTableModel.
|
TableView(NodeTableModel ntm)
Creates a new instance of TableView
|
TreeTableView(NodeTableModel ntm)
Creates TreeTableView with provided NodeTableModel.
|