< prev index next >

modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/BeanAdapter.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2010, 2016, 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) 2010, 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
*** 38,50 **** import java.lang.reflect.*; import java.security.AccessController; import java.security.PrivilegedAction; import javafx.beans.value.ObservableValue; ! import sun.reflect.misc.FieldUtil; ! import sun.reflect.misc.MethodUtil; ! import sun.reflect.misc.ReflectUtil; /** * Exposes Java Bean properties of an object via the {@link Map} interface. * A call to {@link Map#get(Object)} invokes the getter for the corresponding * property, and a call to {@link Map#put(Object, Object)} invokes the --- 38,50 ---- import java.lang.reflect.*; import java.security.AccessController; import java.security.PrivilegedAction; import javafx.beans.value.ObservableValue; ! import com.sun.javafx.reflect.FieldUtil; ! import com.sun.javafx.reflect.MethodUtil; ! import com.sun.javafx.reflect.ReflectUtil; /** * Exposes Java Bean properties of an object via the {@link Map} interface. * A call to {@link Map#get(Object)} invokes the getter for the corresponding * property, and a call to {@link Map#put(Object, Object)} invokes the
< prev index next >