commitAction = new CommitAction( graphView );
rollbackAction = new RollbackAction( graphView );
syncAction = new SyncAction( graphView );
refNodeAction = new ShowReferenceNodeAction( graphView );
refreshAction = new RefreshAction( graphView );
RelationshipTypesProvider relTypesProvider = RelationshipTypesProviderWrapper.getInstance();
addNewActionSet = new ActionSet( relTypesProvider );
makeContributions();
registerChangeHandlers();
showRelationshipColors = graphView.getLabelProvider().getViewSettings().isShowRelationshipColors();
}