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 28574 - Allow access to WorkplaceNode in API
Summary: Allow access to WorkplaceNode in API
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks: 28520
  Show dependency tree
 
Reported: 2002-11-07 17:43 UTC by Vitezslav Stejskal
Modified: 2003-12-11 14:25 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2002-11-07 17:43:56 UTC
Some modules (e.g. utilities/search) need access
to nodes displayed in project's explorer tab, e.g.
they need to find some nodes and select them
according to the user's action. They need to get
access to the root node of explorer panel provided
by projects.

(see details in
http://projects.netbeans.org/servlets/ReadMsg?msgId=404441&listName=dev)

We could expose WorkplaceNode by
Workplace.getNode() method in projects-ide.
Comment 1 Vitezslav Stejskal 2002-11-18 10:57:36 UTC
The Workplace.getName() method has been added.