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 228411

Summary: AsynchronousValidatingPanel.finishValidation()
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 202796    
Attachments: Proposed changes

Description Stanislav Aubrecht 2013-04-09 15:17:32 UTC
WizardDescriptor.AsynchronousValidatingPanel should have a method complimentary to its prepareValidation() method.
The proposed finishValidation() will be called from EDT when the background validation is finished (with or without success) and API clients can use this method to enable wizard control locked during the validation.
Comment 1 Stanislav Aubrecht 2013-04-10 09:43:52 UTC
Created attachment 133411 [details]
Proposed changes
Comment 2 Stanislav Aubrecht 2013-04-23 08:39:14 UTC
Since there are no comments I'll integrate the changes tomorrow.
Comment 3 Stanislav Aubrecht 2013-04-24 14:39:12 UTC
core-main 515daeb79521
Comment 4 Quality Engineering 2013-04-28 02:19:35 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/515daeb79521
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #228411 - ExtendedAsynchronousValidatingPanel