1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view.

This commit is contained in:
Mikhail Khodjaiants 2003-01-17 21:08:11 +00:00
parent f53cdf9a79
commit d266ca5299

View file

@ -86,7 +86,7 @@ public class SharedLibrariesView extends AbstractDebugView
*/
protected Viewer createViewer( Composite parent )
{
TableViewer viewer = new TableViewer( parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL );
TableViewer viewer = new TableViewer( parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL );
viewer.setContentProvider( new SharedLibrariesViewContentProvider() );
viewer.setLabelProvider( getModelPresentation() );