< prev index next >

modules/javafx.base/src/main/java/com/sun/javafx/collections/ArrayListenerHelper.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 27,37 **** import com.sun.javafx.binding.ExpressionHelperBase; import java.util.Arrays; import javafx.beans.InvalidationListener; import javafx.collections.ArrayChangeListener; import javafx.collections.ObservableArray; ! import sun.util.logging.PlatformLogger; /** */ public abstract class ArrayListenerHelper<T extends ObservableArray<T>> extends ExpressionHelperBase { --- 27,37 ---- import com.sun.javafx.binding.ExpressionHelperBase; import java.util.Arrays; import javafx.beans.InvalidationListener; import javafx.collections.ArrayChangeListener; import javafx.collections.ObservableArray; ! import com.sun.javafx.logging.PlatformLogger; /** */ public abstract class ArrayListenerHelper<T extends ObservableArray<T>> extends ExpressionHelperBase {
< prev index next >