org.reactfx.inhibeans.property.Property 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.property;
import org.reactfx.inhibeans.value.ObservableValue;
import org.reactfx.value.SuspendableVar;
/**
* @deprecated Superseded by {@link SuspendableVar}.
*/
@Deprecated
public interface Property
extends javafx.beans.property.Property, ObservableValue {}