![JAR search and dependency download from the Maven repository](/logo.png)
com.netopyr.reduxfx.vscenegraph.impl.patcher.property.ReadOnlyPropertyAccessor Maven / Gradle / Ivy
package com.netopyr.reduxfx.vscenegraph.impl.patcher.property;
import javafx.beans.property.ReadOnlyProperty;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.invoke.MethodHandle;
import java.util.function.Consumer;
public class ReadOnlyPropertyAccessor extends AbstractNoConversionAccessor {
private static final Logger LOG = LoggerFactory.getLogger(ReadOnlyPropertyAccessor.class);
ReadOnlyPropertyAccessor(MethodHandle propertyGetter) {
super(propertyGetter);
}
@Override
protected void setValue(Consumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy