.getFont(IInternalDebugUIConstants.DETAIL_PANE_FONT));
}
}
public Viewer createViewer(Composite parent) {
fModelPresentation = new VariablesViewModelPresentation();
DebugUIPlugin.getDefault().getPreferenceStore()
.addPropertyChangeListener(this);
JFaceResources.getFontRegistry().addListener(this);
fSashForm = new SashForm(parent, SWT.NONE);