Hervé Girod - 2017-09-05

Add new classes to simplify the usage of custom Editors in Tables
Add the ability to use a JToggleButton in a JTable through the ExtendedCellEditor class
Fix some cases where the edits of a JMultilineTextEditor would not be detected by the listener
Allow several instances of the JMultilineTextEditor class to use the same text component
Add a SerializingCloner class which deep copy objects by serializing and unserializing them in memory