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 81935 - making use of new progress Api change in deployment.ui.impl.ProgressUI class
Summary: making use of new progress Api change in deployment.ui.impl.ProgressUI class
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 13:45 UTC by Milos Kleint
Modified: 2007-08-30 17:34 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2006-08-04 13:45:50 UTC
since today (august 4th 2006) I've added methods to progress APIs (since 1.8) to
externalize the display of progress detail messages and the main label as well.

See progresshandlefactory.createmainLabelComponent() and
createDetaillabelComponent() javadoc on usage.
basically detail labels shows texts sent to ProgressHandle(String) and main
label is the display name of the task.

that allows to simplify your code in progressUI I believe.
Comment 1 Sherold Dev 2006-08-04 14:34:16 UTC
TM -> Dev