}
return list;
}
protected void configureDetailsViewer() {
LazyModelPresentation mp = (LazyModelPresentation) fModelPresentation
.getPresentation(getDebugModel());
SourceViewerConfiguration svc = null;
if (mp != null) {
try {
svc = mp.newDetailsViewerConfiguration();
} catch (CoreException e) {
DebugUIPlugin.errorDialog(getSite().getShell(),
"Drools Debug View Error", "Unable to configure drools debug view", e);
}
}