org.reactfx.inhibeans.value.ObservableValue 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.inhibeans.value;
import org.reactfx.inhibeans.Observable;
@Deprecated
public interface ObservableValue
extends Observable, javafx.beans.value.ObservableValue {}