This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 53570 - TreeModelSupport use is very limited
Summary: TreeModelSupport use is very limited
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 12:43 UTC by Jan Lahoda
Modified: 2005-10-10 21:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2005-01-18 12:43:43 UTC
[current navigator sources]

According to the Javadoc, the
org.netbeans.modules.navigator.spi.TreeModelSupport
allows tree of depth 2 or 3. If a user (of the
SPI) needs deeper tree, this class cannot be used
and direct implementation of NavigatorTreeModel is
required (which is not quite simple).

The same probably holds for trees without
specified (constant, predefined) depth.

It would be nice if the TreeModelSupport allowed
the user to simply create model for arbitrary trees.
Comment 1 Jan Lahoda 2005-10-10 21:19:43 UTC
From my point of view, fixed by the new navigator API placed in the core/navigator.