Package | Description |
---|---|
org.openide.explorer.view |
The Explorer is really an abstraction that needs a
view
to actually display the nodes.
|
Modifier and Type | Method and Description |
---|---|
protected NodeTreeModel |
TreeTableView.createModel() |
protected NodeTreeModel |
ContextTreeView.createModel()
Create model.
|
protected NodeTreeModel |
BeanTreeView.createModel()
Create a new model.
|
protected abstract NodeTreeModel |
TreeView.createModel()
Allows subclasses to provide own model for displaying nodes.
|
Modifier and Type | Method and Description |
---|---|
protected OutlineModel |
OutlineView.createOutlineModel(NodeTreeModel treeModel,
RowModel rowModel,
String label)
This method allows plugging own OutlineModel to the OutlineView.
|