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.

View | Details | Raw Unified | Return to bug 58889
Collapse All | Expand All

(-)openide/dialogs/apichanges.xml (+15 lines)
Lines 23-28 Link Here
23
<apidef name="dialogs">Dialogs API</apidef>
23
<apidef name="dialogs">Dialogs API</apidef>
24
</apidefs>
24
</apidefs>
25
<changes>
25
<changes>
26
    <change id="WizardDescriptor.ProgressInstantiatingIterator">
27
           <api name="dialogs"/>
28
           <summary>Interface <code>ProgressInstantiatingIterator</code> added</summary>
29
           <version major="7" minor="1"/>
30
           <date day="8" month="4" year="2006"/>
31
           <author login="jrechtacek"/>
32
           <compatibility addition="yes" binary="compatible" semantic="compatible" source="compatible" deprecation="no" deletion="no" modification="no"/>
33
           <description>
34
             The <code>ProgressInstantiatingIterator</code> notifies users while instantiate
35
             is running by a progress bar, this progress bar is integrated into wizard panel.
36
             Instantiating of newly created objects is invoked asynchronously.
37
           </description>
38
           <class package="org.openide" name="WizardDescriptor"/>
39
           <issue number="58889"/>
40
    </change>
26
    <change id="notifyLater">
41
    <change id="notifyLater">
27
           <api name="dialogs"/>
42
           <api name="dialogs"/>
28
           <summary>New method to asynchronously show messages</summary>
43
           <summary>New method to asynchronously show messages</summary>
(-)openide/dialogs/manifest.mf (-1 / +1 lines)
Lines 1-5 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.openide.dialogs
2
OpenIDE-Module: org.openide.dialogs
3
OpenIDE-Module-Specification-Version: 7.0
3
OpenIDE-Module-Specification-Version: 7.1
4
OpenIDE-Module-Localizing-Bundle: org/openide/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/openide/Bundle.properties
5
5

Return to bug 58889