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

Summary: missing api to use aggregated progress handles in custom components
Product: platform Reporter: Milos Kleint <mkleint>
Component: ProgressAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed changes

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.