Skip navigation links
org.netbeans.spi.viewmodel/2 1.56

TreeTableView Model
Official

Support for tree table view.

See: Description

TreeTableView Model 
Package Description
org.netbeans.spi.viewmodel
Defines API for sharing of Tree Table View.

Support for tree table view. The view is described via models - TreeModel, TableModel and NodeModel. Filters can be applied to each model - TreeModelFilter, TableModelFilter and NodeModelFilter. The view listens on changes in the models and filters and updates itself accordingly.

What is New (see all changes)?

Use Cases

Used by debugger to display various information - threads, call stack, variables, etc.

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
ViewModelExportedOfficial .../overview-summary.html

Implementation Details

Where are the sources for the module?

The sources for the module are in the NetBeans Mercurial repositories.

What do other modules need to do to declare a dependency on this one, in addition to or instead of a plain module dependency?
Nothing.

Read more about the implementation in the answers to architecture questions.

Skip navigation links
org.netbeans.spi.viewmodel/2 1.56