Changed Classes |
IndexedPropertyDescriptor
|
An IndexedPropertyDescriptor describes a property that acts like an
array and has an indexed read and/or indexed write method to access
specific elements of the array. |
PropertyChangeSupport
|
This is a utility class that can be used by beans that support bound
properties. |
PropertyDescriptor
|
A PropertyDescriptor describes one property that a Java Bean
exports via a pair of accessor methods. |
PropertyEditorSupport
|
This is a support class to help build property editors. |
XMLDecoder
|
The XMLDecoder class is used to read XML documents
created using the XMLEncoder and is used just like
the ObjectInputStream . |