DFSActionImpl action = new DFSActionImpl();
action.setActivePart(this, PlatformUI.getWorkbench()
.getActiveWorkbenchWindow().getActivePage().getActivePart());
action.selectionChanged(this, site.getStructuredViewer()
.getSelection());
action.run(this);
}
/* @inheritDoc */
@Override
public boolean isEnabled() {