예제 #1
0
    public boolean stopCellEditing() {
      ConflictCell pc = (ConflictCell) graph.getEditingCell();
      Conflict conflict = (Conflict) pc.getUserObject();

      conflict.setTopic(topic.getText());
      conflict.setViewpoints(new String[] {vp1.getDescription(), vp2.getDescription()});
      return super.stopCellEditing();
    }