Example #1
0
 @Override
 protected void performApply() {
   performOk();
   int idx = ctabs.getSelectionIndex();
   CTabItem it = ctabs.getItem(idx);
   PrefsPage pp = (PrefsPage) it.getControl();
   pp.load();
 }
Example #2
0
 private void flush(final int idx) {
   CTabItem it = ctabs.getItem(idx);
   PrefsPage pp = (PrefsPage) it.getControl();
   pp.flush();
 }