Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.ui |
Modifier and Type | Method and Description |
---|---|
protected abstract DialogUtils.Optional<T> |
DialogUtils.ExpressionProcessor.calculateNormal() |
static <V> DialogUtils.Optional<V> |
DialogUtils.createErrorOptional(DialogUtils.Message message) |
static <V> DialogUtils.Optional<V> |
DialogUtils.createErrorOptional(java.util.Set<? extends DialogUtils.Message> messages) |
static <V> DialogUtils.Optional<V> |
DialogUtils.createOptional(V value) |
Modifier and Type | Method and Description |
---|---|
<P> DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends P>> |
DialogUtils.OptionalSwitcher.createOptionalMerge(DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends P>>... sources)
See javadoc for
DialogUtils.Switcher.createMerge(org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ValueSource<? extends P>...) ; the difference of this method is that
all sources have optional type and the merge source itself of optional type. |
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.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.