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 - Wizard should have a possibility to update the buttons without user interaction
Summary: Wizard should have a possibility to update the buttons without user interaction
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on: 26552
Blocks:
  Show dependency tree
 
Reported: 2003-09-15 16:07 UTC by Jan Kovar
Modified: 2008-12-22 13:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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