rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

Add processing information to progress dialog #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Background:
JSeat displays a progress dialog during all lengthy operations (If it is 
performed on one or more separate threads than it is a lenghty operation).

These lenghty operations are usually observable so that an observer can be 
notified of updates. The MetricModelBuilder, MetricEngine and 
MetricConverters are all observable and send update events as they are 
processing.

The progress dialog currently displays percentage complete along with the 
progress bar.

Issue:
Add processing information to progress dialog.

For example, the file or vrsion currently being processed. In the case of 
the MetricModelBuilder, it may also send information about what stage it 
is in; loading, extracting, merging, pre-processing etc.

Original issue reported on code.google.com by jtha...@gmail.com on 17 Jul 2007 at 5:27

GoogleCodeExporter commented 9 years ago
Fixed:
The Progress Dialog has now been updated to accept an accompanying message when 
updating it's progress value.

Currently notifying the progress bar with messages on a progress bar update are 
the 
MetricEngine and Reports. The MetricEngine provides updates on version 
extraction 
and post processing information whilst Reports indicate what version they are 
currently in the middle of analyzing.

Original comment by jtha...@gmail.com on 28 Aug 2007 at 4:25