Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.ui |
Modifier and Type | Class and Description |
---|---|
static class |
DialogUtils.ExpressionProcessor<T>
A base class for the source-consumer pair that accepts several values as a consumer,
performs a calculation over them and gives it away the result via source interface.
|
static class |
DialogUtils.OkButtonControl<T>
A general-purpose implementation of OK button vertex.
|
static class |
DialogUtils.ValueProcessor<T>
A basic implementation of object that is both consumer and source.
|
static class |
WizardUtils.WizardFinishController
A utility class that ties
DialogUtils.Updater together with WizardUtils.LogicBasedWizard . |
Modifier and Type | Method and Description |
---|---|
DialogUtils.ValueConsumer |
DialogUtils.SwitchBase.getValueConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
DialogUtils.Updater.addConsumer(DialogUtils.Scope scope,
DialogUtils.ValueConsumer consumer)
Registers a consumer within a particular scope.
|
void |
DialogUtils.Updater.addConsumer(DialogUtils.ValueConsumer value,
DialogUtils.ValueSource<?>... dependencies) |
void |
DialogUtils.Updater.addConsumer(DialogUtils.ValueConsumer value,
java.util.List<? extends DialogUtils.ValueSource<?>> dependencies)
Registers a consumer vertex with all its dependencies.
|
void |
DialogUtils.Updater.addDependency(DialogUtils.ValueConsumer consumer,
DialogUtils.ValueSource<?> source)
Adds a dependency of consumer on source.
|
void |
DialogUtils.Updater.addDependency(DialogUtils.ValueConsumer consumer,
java.util.List<? extends DialogUtils.ValueSource<?>> sourceList)
Adds a dependency of consumer on several sources.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.