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 27732 - Allow composite looks for objects in project
Summary: Allow composite looks for objects in project
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 12:11 UTC by Petr Jiricka
Modified: 2003-12-11 14:14 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 Petr Jiricka 2002-10-02 12:11:14 UTC
If there is an object in the project (displayed by the 
look for DataObject), I would like to add properties or 
actions to it, change its icon etc.

This could be done by the original look being a composite 
look, and then I would be able to add looks to its 
namespace, however as I understand it (from private 
discussion with Vita), this is not the situation now.
Comment 1 Vitezslav Stejskal 2002-10-05 02:14:42 UTC
Fixed. Register your extensions to

Looks/Composites/org-openide-loaders-DataObject
Looks/Composites/org-openide-loaders-DataFolder

folders.