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
Post a Comment