Uses of Interface
net.thevpc.common.props.configurators.OptionsConfigurator.OptionsApplier
Packages that use OptionsConfigurator.OptionsApplier
-
Uses of OptionsConfigurator.OptionsApplier in net.thevpc.common.props
Methods in net.thevpc.common.props with parameters of type OptionsConfigurator.OptionsApplierModifier and TypeMethodDescriptionstatic <T,O> void Props.configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) static <T,O> void Props.configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) -
Uses of OptionsConfigurator.OptionsApplier in net.thevpc.common.props.configurators
Methods in net.thevpc.common.props.configurators with parameters of type OptionsConfigurator.OptionsApplierModifier and TypeMethodDescriptionstatic <T,O> void OptionsConfigurator.configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) static <T,O> void OptionsConfigurator.configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier)