< prev index next >

modules/javafx.base/src/main/java/javafx/beans/property/ObjectProperty.java

Print this page

        

@@ -26,10 +26,13 @@
 package javafx.beans.property;
 
 import javafx.beans.binding.Bindings;
 import javafx.beans.value.ObservableValue;
 import javafx.beans.value.WritableObjectValue;
+import javafx.collections.ObservableList;
+import javafx.collections.ObservableMap;
+import javafx.collections.ObservableSet;
 
 /**
  * This class provides a full implementation of a {@link Property} wrapping an
  * arbitrary {@code Object}.
  *
< prev index next >