Class OptionsConfigurator
java.lang.Object
net.thevpc.common.props.configurators.OptionsConfigurator
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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)
-
Constructor Details
-
OptionsConfigurator
public OptionsConfigurator()
-
-
Method Details
-
configureOptions
public static <T,O> void configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) -
configureObservableOptions
public static <T,O> void configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier)
-