Example #1
0
 protected EditorCell setCellContext(EditorCell cell) {
   if (cell.getCellContext() == null) {
     cell.setCellContext(getCellFactory().getCellContext());
   }
   return cell;
 }