Revision 563
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableEditor.java (revision 563) | ||
---|---|---|
453 | 453 |
this.viewer.getTable().deselectAll(); |
454 | 454 |
this.viewer.getTable().setFocus(); |
455 | 455 |
} |
456 |
|
|
457 |
@Override |
|
458 |
public void updateEditorFromResult(boolean update) { |
|
459 |
this.refreshTable(); |
|
460 |
this.refreshInfos(); |
|
461 |
super.refresh(update); |
|
462 | 456 |
|
463 |
QueriesView.refresh(); |
|
464 |
RVariablesView.refresh(); |
|
465 |
} |
|
466 |
|
|
467 | 457 |
/** |
468 | 458 |
* Creates the context menu. |
469 | 459 |
* |
... | ... | |
625 | 615 |
|
626 | 616 |
@Override |
627 | 617 |
public void updateEditorFromResult(boolean update) { |
628 |
super.updateEditorFromResult(update); |
|
629 | 618 |
nLinesSpinner.setMinimum(1); |
630 | 619 |
nLinesSpinner.setMaximum(lexicalTable.getData().getNRows()); |
631 | 620 |
nLinesSpinner.setSelection(lexicalTable.getData().getNRows()); |
632 | 621 |
minFreqSpinner.setMinimum(lexicalTable.getData().getFmin()); |
633 | 622 |
minFreqSpinner.setMaximum(lexicalTable.getData().getFmax()); |
623 |
|
|
624 |
this.refreshTable(); |
|
625 |
this.refreshInfos(); |
|
626 |
super.refresh(update); |
|
627 |
|
|
628 |
QueriesView.refresh(); |
|
629 |
RVariablesView.refresh(); |
|
630 |
|
|
634 | 631 |
} |
635 | 632 |
|
636 | 633 |
|
Also available in: Unified diff