< prev index next >

jdk/src/java.desktop/share/classes/java/beans/IndexedPropertyDescriptor.java

Print this page

        

*** 150,160 **** * @param entry the key-value pair, * where the {@code key} is the base name of the property (the rest of the method name) * and the {@code value} is the automatically generated property info * @param bound the flag indicating whether it is possible to treat this property as a bound property * ! * @since 1.9 */ IndexedPropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { super(entry, bound); PropertyInfo info = entry.getValue().getIndexed(); setIndexedReadMethod0(info.getReadMethod()); --- 150,160 ---- * @param entry the key-value pair, * where the {@code key} is the base name of the property (the rest of the method name) * and the {@code value} is the automatically generated property info * @param bound the flag indicating whether it is possible to treat this property as a bound property * ! * @since 9 */ IndexedPropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { super(entry, bound); PropertyInfo info = entry.getValue().getIndexed(); setIndexedReadMethod0(info.getReadMethod());
< prev index next >