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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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