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 33093 - Make the sources wrapper look extensible
Summary: Make the sources wrapper look extensible
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-04-21 11:21 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:37 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 2003-04-21 11:21:07 UTC
Natures need to be able to extend the wrapper look
which is used for visualization of all source
files (and folders) under the Sources Node. An
example is the 'Add as Java Root' action
implemented by java-nature. Now the java-nature
adds this action to the look of ordinary
DataFolder and does additional check to see if the
folder is under the Sources Node or not. This
duplicates the same check being done by the
infrastructure looks.
Comment 1 Dusan Balek 2003-05-20 14:28:23 UTC
Fixed.
SourcesWrapper is composit now (it accepts all looks registered in the
Looks/Composites/nb-projects-codegeneric-SourcesCompositWrapper
namespace).
Comment 2 Jan Becicka 2003-11-25 14:01:23 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:09:59 UTC
---> CLOSED