站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Overview (NetBeans View Model) - NetBeans API Javadoc 5.0.0

 

NetBeans View Model

Support for tree table view.

See:
          Description

View Model
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 NetBeans CVS in debuggercore/viewmodel directory.

What do other modules need to do to declare a dependency on this one?
OpenIDE-Module-Module-Dependencies: org.netbeans.spi.viewmodel/2

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


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.