}
private void makeActions() {
copyGeneralisedToClipboard = new ClipboardAction(PlatformUI.getWorkbench()
.getDisplay());
copyGeneralisedToClipboard
.setToolTipText("Copy generalised function to the clipboard");
copyGeneralisedToClipboard.setImageDescriptor(PlatformUI.getWorkbench()
.getSharedImages().getImageDescriptor(ISharedImages.IMG_TOOL_COPY));