This method is called by the container itself when its wizard page changes and may be called by the page at other times to force a message update.
7374757677787980818283
private void updateUi() { IWizardContainer container = getContainer(); if (container != null) { container.updateButtons(); container.updateMessage(); } } @Override public IWizardPage getNextPage(IWizardPage page) {