return new IShowInSource()
{
public ShowInContext getShowInContext()
{
ISelection selection = getConfiguration().getCursor( getMainWidget().getViewer() ).getSelection();
return new ShowInContext( getMainWidget().getViewer().getInput(), selection );
}
};
}
return super.getAdapter( required );