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 24318 - Looks should support icons badging
Summary: Looks should support icons badging
Status: CLOSED DUPLICATE of bug 29239
Alias: None
Product: contrib
Classification: Unclassified
Component: Looks (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 10:51 UTC by Vitezslav Stejskal
Modified: 2008-11-18 11:33 UTC (History)
1 user (show)

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 Vitezslav Stejskal 2002-06-03 10:51:05 UTC
Right now there are only getIcon, getOpenedIcon methods which can provide Image displayed 
as node's icon. Result provided by those method isn't merged with results from other Looks in 
composite. That makes neraly impossible to implement Look which adds badge and use it in 
the 
composition with other Looks. It would be greate to have method

Image getIconBadge (LookNode.Substitute s);

which results would be merged accros all Looks in composite and final badge would be applied 
to the LookNode's icon
Comment 1 Petr Hrebejk 2002-06-24 11:12:10 UTC
Moving Looks issues to dev 4.0
Comment 2 eakle 2003-04-14 19:49:12 UTC
Please also consider badging for subnodes.  For example, 
my module may want to badge a java class icon to 
indicate "class is a web service", but I may also like to 
badge individual methods within the class to 
indicate "method is a web service operation".
So, badging of subnodes would also be useful, however I 
believe it is less important than badging of the main 
(parent) node.
Comment 3 Jesse Glick 2003-04-28 15:48:51 UTC

*** This issue has been marked as a duplicate of 29239 ***
Comment 4 Marian Mirilovic 2003-07-22 10:03:24 UTC
verified, closed - it's duplicate.