| author: gwg author: This interface allows sections of the DataType objects to operate on author: both RestorableJTextField and RestorableJTextArea components. author: In those components,the original contents of the cell is saved whenever author: the setText() method is called. The original text is restored to the author: component by calling restoreText(), and the contents of the cell is author: updated without changing the original text by calling updateText(). author: This is the only way that I could find to handle saving/restoring the author: initial data in the cell. The problem is that the CellEditor component is created author: without any data, then the same component is reused for every cell author: in the column. |