public class OptionsConfigurator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptionsConfigurator.OptionsApplier<T,O> |
| Constructor and Description |
|---|
OptionsConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static <T,O> void |
configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T,O> void |
configureOptions(WritableList<T> list,
O options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
public static <T,O> void configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T,O> optionsApplier)
public static <T,O> void configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T,O> optionsApplier)
Copyright © 2022 vpc open source initiative. All rights reserved.