protected SpringConfigContentAssistProcessor processor;
public TreeViewerNodeAction(TreeViewer treeViewer, SpringConfigContentAssistProcessor processor) {
this.treeViewer = treeViewer;
this.processor = processor;
formatter = new ShallowFormatProcessorXML();
}