java - IWizardPage turn off Next page and turn on Finish -



java - IWizardPage turn off Next page and turn on Finish -

so using org.eclipse.jface.wizard.wizardpage class. on first page, if user clicks check box a, want "next" button of wizard disabled. , want "finish" button enabled. possible? if setpagecomplete(false), disable "finish" button.

thanks!

override wizardpage method:

public boolean canfliptonextpage()

to implement logic enabling next page button.

you may need call

getcontainer().updatebuttons();

to method called.

java eclipse-plugin

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -