Exemplo n.º 1
0
 /** @see javax.swing.CellEditor#getCellEditorValue() */
 public Object getCellEditorValue() {
   if (lastEditor != null) {
     return lastEditor.getCellEditorValue();
   }
   return null;
 }