// This is just temporary; will be reinitialized when calling setNode
drawing = new ProcessDrawing(new ProcessItemImpl(), this);
workspaceView.setDrawing(drawing);
toolSupport = new ModelerToolSupport(this);
StandardToolSupportSetup.setupToolSupport(toolSupport, false);
scrollPane = new JScrollPane(workspaceView);
getPluginComponent().add(scrollPane);