Index: openide/dialogs/apichanges.xml =================================================================== RCS file: /shared/data/ccvs/repository/openide/dialogs/apichanges.xml,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -r1.7 -r1.7.2.1 --- openide/dialogs/apichanges.xml 1 Jul 2006 09:07:41 -0000 1.7 +++ openide/dialogs/apichanges.xml 1 Aug 2006 10:36:16 -0000 1.7.2.1 @@ -23,6 +23,21 @@ Dialogs API + + + Interface ProgressInstantiatingIterator added + + + + + + The ProgressInstantiatingIterator notifies users while instantiate + is running by a progress bar, this progress bar is integrated into wizard panel. + Instantiating of newly created objects is invoked asynchronously. + + + + New method to asynchronously show messages Index: openide/dialogs/manifest.mf =================================================================== RCS file: /shared/data/ccvs/repository/openide/dialogs/manifest.mf,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- openide/dialogs/manifest.mf 21 Jun 2006 06:40:22 -0000 1.8 +++ openide/dialogs/manifest.mf 1 Aug 2006 10:36:16 -0000 1.8.2.1 @@ -1,5 +1,5 @@ Manifest-Version: 1.0 OpenIDE-Module: org.openide.dialogs -OpenIDE-Module-Specification-Version: 7.0 +OpenIDE-Module-Specification-Version: 7.1 OpenIDE-Module-Localizing-Bundle: org/openide/Bundle.properties