// Generated automatically from javafx.beans.property.ObjectProperty for testing purposes package javafx.beans.property; import javafx.beans.property.Property; import javafx.beans.property.ReadOnlyObjectProperty; import javafx.beans.value.WritableObjectValue; abstract public class ObjectProperty extends ReadOnlyObjectProperty implements WritableObjectValue, javafx.beans.property.Property { public ObjectProperty(){} public String toString(){ return null; } public void bindBidirectional(javafx.beans.property.Property p0){} public void setValue(T p0){} public void unbindBidirectional(javafx.beans.property.Property p0){} }