org.reactfx.inhibeans.collection.ObservableList 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.collection;
import org.reactfx.collection.SuspendableList;
import org.reactfx.inhibeans.Observable;
/**
* @deprecated Use {@link SuspendableList} instead.
*/
@Deprecated
public interface ObservableList
extends javafx.collections.ObservableList, Observable {
}