Package | Description |
---|---|
org.openide.explorer.view |
The Explorer is really an abstraction that needs a
view
to actually display the nodes.
|
Modifier and Type | Field and Description |
---|---|
protected NodeListModel |
ListView.model
model to use
|
Modifier and Type | Method and Description |
---|---|
protected NodeListModel |
ChoiceView.createModel()
Creates the model that this view should show.
|
protected NodeListModel |
ListView.createModel()
Allows subclasses to change the default model used for
the list.
|