コード例 #1
0
 @Nullable
 public Object getCellEditorValue() {
   if (myEditor.getEditor() != null) {
     return myEditor.getEditor().getDocument().getText();
   }
   return null;
 }