Class StrongBidirectionalBinding<T>

java.lang.Object
org.jhotdraw8.fxbase.binding.StrongBidirectionalBinding<T>
All Implemented Interfaces:
javafx.beans.InvalidationListener

public class StrongBidirectionalBinding<T> extends Object implements javafx.beans.InvalidationListener
  • Method Details

    • getProperty1

      protected javafx.beans.property.Property<T> getProperty1()
    • getProperty2

      protected javafx.beans.property.Property<T> getProperty2()
    • invalidated

      public void invalidated(javafx.beans.Observable sourceProperty)
      Specified by:
      invalidated in interface javafx.beans.InvalidationListener
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • unbind

      public static <T> void unbind(javafx.beans.property.Property<T> property1, javafx.beans.property.Property<T> property2)
    • bind

      public static <T> StrongBidirectionalBinding<T> bind(javafx.beans.property.Property<T> property1, javafx.beans.property.Property<T> property2)