java - Can you disable the cancel button in a jface wizard? -


when user presses 'next' button in jface wizard, communicating server asynchronouly. operation cannnot cancelled, want disable 'cancel' button temporarily in jface wizard , if possible 'close' button in title bar.

is possible?

how communicating server? running inside iwizardcontainer.run()? can pass cancellable = false.


Comments