Uses of Interface
net.thevpc.common.props.WritableValue
Packages that use WritableValue
-
Uses of WritableValue in net.thevpc.common.props
Subinterfaces of WritableValue in net.thevpc.common.propsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceWritableList<T>interfaceinterfaceinterfaceinterfaceinterfaceClasses in net.thevpc.common.props that implement WritableValueModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.thevpc.common.props that return WritableValueModifier and TypeMethodDescriptionWritableListIndexSelectionExt.disablePredicate()WritableListIndexSelectionExt.disableSelectionStrategy()<T> WritableValue<T> <T> WritableValue<T> <T> WritableValue<T> Props.PropsBuilder.valueOf(PropertyType type) <T> WritableValue<T> Props.PropsBuilder.valueOf(PropertyType type, T value) Methods in net.thevpc.common.props with parameters of type WritableValueModifier and TypeMethodDescriptiondefault voidWritableValue.bind(WritableValue<T> target) default <T2> voidObservableValue.bindConvert(WritableValue<T2> other, Function<T, T2> map) <T> voidWritableBoolean.bindEquals(WritableValue<T> property, T value) <T> voidWritableBooleanImpl.bindEquals(WritableValue<T> property, T value) default voidWritableValue.setAndBind(WritableValue<T> other) default <T2> voidWritableValue.setAndBindConvert(WritableValue<T2> other, Function<T, T2> map, Function<T2, T> mapBack) -
Uses of WritableValue in net.thevpc.common.props.impl
Classes in net.thevpc.common.props.impl that implement WritableValueModifier and TypeClassDescriptionclassMappedValueBase<F,T> classclassclassclassclassclassclassclassclassclassclassclassMethods in net.thevpc.common.props.impl that return WritableValueModifier and TypeMethodDescriptionWritableListIndexSelectionImpl.disablePredicate()WritableListIndexSelectionImpl.disableSelectionStrategy()protected WritableValue<T> WritableValueDelegate.getBase()<T> WritableValue<T> PropertyAdjusterContext.writableValue()Methods in net.thevpc.common.props.impl with parameters of type WritableValueModifier and TypeMethodDescriptionstatic <T> voidWritableValueHelper.helperBind(WritableValue<T> first, Property root, Path rootPath, Path relativePath) static <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,T2> void WritableValueHelper.setAndBindConvert(WritableValue<T> base, WritableValue<T2> other, Function<T, T2> map, Function<T2, T> mapBack)