Module org.jhotdraw8.fxbase
Package org.jhotdraw8.fxbase.binding
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 Summary
Modifier and TypeMethodDescriptionstatic <T> StrongBidirectionalBinding<T> bind(javafx.beans.property.Property<T> property1, javafx.beans.property.Property<T> property2) booleanprotected javafx.beans.property.Property<T> protected javafx.beans.property.Property<T> inthashCode()voidinvalidated(javafx.beans.Observable sourceProperty) static <T> voidunbind(javafx.beans.property.Property<T> property1, javafx.beans.property.Property<T> property2)
-
Method Details
-
getProperty1
-
getProperty2
-
invalidated
public void invalidated(javafx.beans.Observable sourceProperty) - Specified by:
invalidatedin interfacejavafx.beans.InvalidationListener
-
equals
-
hashCode
public int hashCode() -
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)
-