*/
public NeoGraphMenu( final NeoGraphViewPart graphView )
{
this.graphView = graphView;
graphViewer = graphView.getViewer();
deleteAction = new DeleteAction( graphView );
backAction = new GoBackAction( graphView );
forwardAction = new GoForwardAction( graphView );
decAction = new DecreaseTraversalDepthAction( graphView );
incAction = new IncreaseTraversalDepthAction( graphView );
startAction = new StartAction( graphView );