コード例 #1
0
 protected void fireMasterSelection(ISelection selection) {
   fElementSection.fireSelection(selection);
 }
コード例 #2
0
 protected void fireSelectionChange() {
   fElementSection.fireSelection(fElementSection.getTreeViewer().getSelection());
 }