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 36093

Summary: Wizard should have a possibility to update the buttons without user interaction
Product: platform Reporter: Jan Kovar <jkovar>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 26552    
Bug Blocks:    

Description Jan Kovar 2003-09-15 16:07:33 UTC
When trying to fix bug #33199 I found out that 
there is no normal way to update the wizard 
buttons without user interaction.

UseCase: The Import Management Tool wizard needs 
to have a source parsed before it could 
continue. To make it more responsive it shows 
the panel right a way with 'Please wait' message 
in the body.
However all the buttons are enabled, so if the 
user is quick he can continue without having 
parsing finished which results in exception.

Logical solution is to disable those buttons 
during parsing which is not problem to do.

However once parsing is done the buttons must be 
made enabled. But that is not so easy as there 
is no public method to "refresh" the buttons.
Probably best would be to make method UpdateState
() public.
Comment 1 Jiri Rechtacek 2008-10-16 15:08:39 UTC
Not planed for ever