public static class WizardUtils.WizardFinishController extends java.lang.Object implements DialogUtils.ValueConsumer
DialogUtils.Updater
together with WizardUtils.LogicBasedWizard
.
It is fed with WizardUtils.WizardFinisher
value and optional warning value.
It controls messages and 'finish' button of the wizard.Constructor and Description |
---|
WizardFinishController(DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends WizardUtils.WizardFinisher>> finisherValue,
DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends java.lang.Void>> warningValue,
WizardUtils.LogicBasedWizard wizardImpl) |
Modifier and Type | Method and Description |
---|---|
void |
update(DialogUtils.Updater updater)
Called by updater when some linked sources have changed and it's time this vertex
got updated.
|
public WizardFinishController(DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends WizardUtils.WizardFinisher>> finisherValue, DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends java.lang.Void>> warningValue, WizardUtils.LogicBasedWizard wizardImpl)
public void update(DialogUtils.Updater updater)
DialogUtils.ValueConsumer
DialogUtils.Updater.reportChanged(org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ValueSource<?>)
may be called if some s have
changed during this update (but this should not break topological order of the graph).update
in interface DialogUtils.ValueConsumer
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.