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 68923 - Enhance progress API to be able to change task display name
Summary: Enhance progress API to be able to change task display name
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-11-18 09:53 UTC by Antonin Nebuzelsky
Modified: 2008-12-23 00:41 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
suggested api change diff (4.11 KB, patch)
2005-11-18 10:34 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-11-18 09:53:22 UTC
There is a need to be able to change display name of a task which was already
created and started (shown in the UI).
Comment 1 Milos Kleint 2005-11-18 10:34:38 UTC
Created attachment 27044 [details]
suggested api change diff
Comment 2 Milos Kleint 2005-11-18 10:38:28 UTC
please review this minor change to progress API. it allows to change the display
name of the running task..
Comment 3 Milos Kleint 2005-11-25 14:04:45 UTC
integrated.

Checking in manifest.mf;
/cvs/core/progress/manifest.mf,v  <--  manifest.mf
new revision: 1.8; previous revision: 1.7
done
Checking in api/doc/changes/apichanges.xml;
/cvs/core/progress/api/doc/changes/apichanges.xml,v  <--  apichanges.xml
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/api/progress/ProgressHandle.java;
/cvs/core/progress/src/org/netbeans/api/progress/ProgressHandle.java,v  <-- 
ProgressHandle.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/api/progress/aggregate/AggregateProgressHandle.java;
/cvs/core/progress/src/org/netbeans/api/progress/aggregate/AggregateProgressHandle.java,v
 <--  AggregateProgressHandle.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/progress/module/Controller.java;
/cvs/core/progress/src/org/netbeans/progress/module/Controller.java,v  <-- 
Controller.java
new revision: 1.14; previous revision: 1.13
done
Checking in src/org/netbeans/progress/module/InternalHandle.java;
/cvs/core/progress/src/org/netbeans/progress/module/InternalHandle.java,v  <-- 
InternalHandle.java
new revision: 1.19; previous revision: 1.18
done
Checking in src/org/netbeans/progress/module/ProgressEvent.java;
/cvs/core/progress/src/org/netbeans/progress/module/ProgressEvent.java,v  <-- 
ProgressEvent.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/progress/module/ui/ListComponent.java;
/cvs/core/progress/src/org/netbeans/progress/module/ui/ListComponent.java,v  <--
 ListComponent.java
new revision: 1.21; previous revision: 1.20
done
Checking in src/org/netbeans/progress/module/ui/StatusLineComponent.java;
/cvs/core/progress/src/org/netbeans/progress/module/ui/StatusLineComponent.java,v
 <--  StatusLineComponent.java
new revision: 1.27; previous revision: 1.26
done
Comment 4 Antonin Nebuzelsky 2005-12-20 14:30:16 UTC
V