public interface javafx.beans.property.Property<T> extends javafx.beans.property.ReadOnlyProperty<T>, javafx.beans.value.WritableValue<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javafx.beans.property.Property
  super_class: java.lang.Object
{
  public abstract void bind(javafx.beans.value.ObservableValue<? extends T>);
    descriptor: (Ljavafx/beans/value/ObservableValue;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavafx/beans/value/ObservableValue<+TT;>;)V
    MethodParameters:
            Name  Flags
      observable  

  public abstract void unbind();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isBound();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void bindBidirectional(javafx.beans.property.Property<T>);
    descriptor: (Ljavafx/beans/property/Property;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavafx/beans/property/Property<TT;>;)V
    MethodParameters:
       Name  Flags
      other  

  public abstract void unbindBidirectional(javafx.beans.property.Property<T>);
    descriptor: (Ljavafx/beans/property/Property;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljavafx/beans/property/Property<TT;>;)V
    MethodParameters:
       Name  Flags
      other  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljavafx/beans/property/ReadOnlyProperty<TT;>;Ljavafx/beans/value/WritableValue<TT;>;
SourceFile: "Property.java"