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 66554 - missing api to use aggregated progress handles in custom components
Summary: missing api to use aggregated progress handles in custom components
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2005-10-12 07:46 UTC by Milos Kleint
Modified: 2008-12-23 00:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed changes (2.60 KB, patch)
2005-10-12 08:54 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2005-10-12 07:46:18 UTC
somehow it's not possible to put the aggregated handle into custom component.
an equivalent to ProgressHandleFactory.createProgressComponent() needs to be created
Comment 1 Milos Kleint 2005-10-12 08:54:41 UTC
Created attachment 25836 [details]
proposed changes
Comment 2 Milos Kleint 2005-10-12 08:56:28 UTC
please review this small change to core/progress

a new method AggregatedProgressFactory.createProgressComponent() was added.

the change is backward compatible. diff attached.
Comment 3 Milos Kleint 2005-10-19 10:03:25 UTC
about to integrate
Comment 4 Milos Kleint 2005-10-19 12:13:27 UTC
done.
Comment 5 Jaromir Uhrik 2006-01-16 15:43:36 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.