Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Deprecation of DispatchingProgressMonitorDialog and DispatchingProgressMonitorDialogUtil


Description:
DispatchingProgressMonitorDialog is to be replaced with the Eclipse core ProgressMonitorDialog.

The API for DispatchingProgressMonitorDialog and ProgressMonitorDialog are compatible:

new DispatchingProgressMonitorDialog(null).run(cancelable, runnable);

becomes

new ProgressMonitorDialog(null).run(true, cancelable, runnable);

With the note that special attention must be made to the new fork parameter.

Since DispatchingProgressMonitorDialog is deprecated, user should also replace uses of DispatchingProgressMonitorDialogUtil with a direct calls to ProgressMonitorDialog

New API Availability:
Eclipse API is available in 3.x

Old API Removal:
Wednesday, November 9, 2005, unless teams request more time to migrate

Tracking:                        
Bugzilla 112829

Clients Taken Care of:        
gmf

Other Clients' Action:        
see the Bugzilla and / or previous emails for complete details.

Cheers...
Anthony
--
Anthony Hunter mailto:anthonyh@xxxxxxxxxx
Manager - Software Developer,
IBM Rational Software: Aurora Core Common / Modeling Tools
Phone: 613-591-7037

Back to the top