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 | Description |
---|---|---|
protected NodeTreeModel |
BeanTreeView.createModel() |
Create a new model.
|
protected NodeTreeModel |
ContextTreeView.createModel() |
Create model.
|
protected NodeTreeModel |
TreeTableView.createModel() |
|
protected abstract NodeTreeModel |
TreeView.createModel() |
Allows subclasses to provide own model for displaying nodes.
|
Modifier and Type | Method | Description |
---|---|---|
protected org.netbeans.swing.outline.OutlineModel |
OutlineView.createOutlineModel(NodeTreeModel treeModel,
org.netbeans.swing.outline.RowModel rowModel,
String label) |
This method allows plugging own OutlineModel to the OutlineView.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.