Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.ui |
Modifier and Type | Interface and Description |
---|---|
static interface |
DialogUtils.ValueSource<T>
Represents source vertex for Updater.
|
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.ValueProcessor<T>
A basic implementation of object that is both consumer and source.
|
Modifier and Type | Method and Description |
---|---|
static <RES> DialogUtils.Gettable<DialogUtils.Optional<? extends RES>> |
DialogUtils.handleErrors(DialogUtils.NormalExpression<RES> expression)
Converts
DialogUtils.NormalExpression into DialogUtils.Gettable and takes responsibility of checking
that all dependencies have only normal values. |
Modifier and Type | Method and Description |
---|---|
<T> DialogUtils.OptionalSwitcher<T> |
DialogUtils.Scope.addOptionalSwitch(DialogUtils.Gettable<? extends DialogUtils.Optional<? extends T>> expression)
Creates a switcher that is operated by optional expression.
|
<T> DialogUtils.Switcher<T> |
DialogUtils.Scope.addSwitch(DialogUtils.Gettable<T> expression)
Creates a switcher that is operated by non-optional expression.
|
static <T> DialogUtils.ValueProcessor<T> |
DialogUtils.createProcessor(DialogUtils.Gettable<T> expression) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.