org.reactfx.value.ProxyVal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
FX-Text-Area for formatted text and other special effects.
package org.reactfx.value;
import java.util.function.Consumer;
import org.reactfx.ProxyObservable;
public abstract class ProxyVal
extends ProxyObservable, Consumer super U>, Val>
implements Val {
protected ProxyVal(Val underlying) {
super(underlying);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy