forwardAction = new GoForwardAction( graphView );
decAction = new DecreaseTraversalDepthAction( graphView );
incAction = new IncreaseTraversalDepthAction( graphView );
startAction = new StartAction( graphView );
stopAction = new StopAction( graphView );
commitAction = new CommitAction( graphView );
rollbackAction = new RollbackAction( graphView );
syncAction = new SyncAction( graphView );
refNodeAction = new ShowReferenceNodeAction( graphView );
refreshAction = new RefreshAction( graphView );
RelationshipTypesProvider relTypesProvider = RelationshipTypesProviderWrapper.getInstance();