Uses of Interface
net.thevpc.common.props.ObservableValue
Packages that use ObservableValue
Package
Description
-
Uses of ObservableValue in net.thevpc.common.props
Subinterfaces of ObservableValue in net.thevpc.common.propsModifier and TypeInterfaceDescriptioninterfaceIndexedNode<T>interfaceNamedNode<T>interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceWritableList<T>interfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in net.thevpc.common.props that implement ObservableValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in net.thevpc.common.props that return ObservableValueModifier and TypeMethodDescriptionObservableListIndexSelectionExt.disablePredicate()ReadOnlyListIndexSelectionExt.disablePredicate()ObservableListIndexSelectionExt.disableSelectionStrategy()ReadOnlyListIndexSelectionExt.disableSelectionStrategy()ObservableListIndexSelectionExt.effectiveDisablePredicate()ReadOnlyListIndexSelectionExt.effectiveDisablePredicate()default <X> ObservableValue<Double> ObservableValue.mapDoubleValue(Function<T, Double> mapper) default <X> ObservableValue<Float> ObservableValue.mapFloatValue(Function<T, Float> mapper) default <X> ObservableValue<Integer> ObservableValue.mapIntValue(Function<T, Integer> mapper) default <X> ObservableValue<Long> ObservableValue.mapLongValue(Function<T, Long> mapper) default <X> ObservableValue<String> ObservableValue.mapStringValue(Function<T, String> mapper) default <X> ObservableValue<X> default <X> ObservableValue<X> ObservableValue.mapValue(PropertyType toType, Function<T, X> mapper) FileObject.name()ObservableValue.readOnly()Methods in net.thevpc.common.props with parameters of type ObservableValueModifier and TypeMethodDescriptiondefault voidWritableValue.bind(ObservableValue<T> source, SetValueModel<T> target) default voidWritableValue.bindSource(ObservableValue<T> source) <T> WritableList<T> Props.PropsBuilder.boundListOf(PropertyType elementType, ObservableValue<Integer> maxEntries) static <T> voidProps.configureObservableMaxEntries(WritableList<T> list, ObservableValue<Integer> maxMessageEntries) static <T,O> void Props.configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) Method parameters in net.thevpc.common.props with type arguments of type ObservableValueModifier and TypeMethodDescription<K,V> WritableLiMap <K, V> Props.PropsBuilder.lmap2Of(Class<K> kType, Class<V> vType, Function<V, ObservableValue<K>> nameSupplier) -
Uses of ObservableValue in net.thevpc.common.props.configurators
Methods in net.thevpc.common.props.configurators with parameters of type ObservableValueModifier and TypeMethodDescriptionstatic <T> voidMaxEntriesConfigurator.configureMaxEntries(WritableList<T> t, ObservableValue<Integer> maxMessageEntries) static <T,O> void OptionsConfigurator.configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) -
Uses of ObservableValue in net.thevpc.common.props.impl
Classes in net.thevpc.common.props.impl that implement ObservableValueModifier and TypeClassDescriptionclassMappedValueBase<F,T> classclassclassclassReadOnlyList<T>classclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.thevpc.common.props.impl that return ObservableValueModifier and TypeMethodDescriptionprotected ObservableValue<T> WritableIndexedNodeImpl.createReadOnly()protected ObservableValue<T> WritableNamedNodeImpl.createReadOnly()protected ObservableValue<T> WritableValueBase.createReadOnly()WritableListIndexSelectionImpl.effectiveDisablePredicate()protected ObservableValue<T> ObservableValueDelegate.getBase()ObservableValueDelegate.readOnly()ReadOnlyValue.readOnly()WritableValueBase.readOnly()Methods in net.thevpc.common.props.impl with parameters of type ObservableValueModifier and TypeMethodDescriptionstatic <T,T2> void WritableValueHelper.helperBindConvert(ObservableValue<T> me, WritableValue<T2> other, Function<T, T2> map) static <T> voidWritableValueHelper.helperBindSource(WritableValue<T> me, ObservableValue<T> source) static <T> voidWritableValueHelper.helperBindTarget(ObservableValue<T> me, SetValueModel<T> other) Constructors in net.thevpc.common.props.impl with parameters of type ObservableValueModifierConstructorDescriptionMappedValueBase(String name, PropertyType toType, ObservableValue<F> value, Function<F, T> mapper) MappedValueBoolean(String name, ObservableValue<F> value, Function<F, Boolean> mapper)