[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: customizing finish button on org.eclipse.jface.wizard.Wizard

Trushna wrote:
Hi Everyone,

I need to remove finish and cancel buttons on org.eclipse.jface.wizard.Wizard and add a button labelled 'ok' at the place.
Does anyone know how to achieve this?
I know this can be achieved using dialog but is there any easy way to change buttons on wizard?

You should be able to override org.eclipse.jface.wizard.WizardDialog.createButtonsForButtonBar(Composite)


Hope this helps,
	Eric