exportSchemasForADS = new ExportSchemasForADSAction( viewer );
collapseAll = new CollapseAllAction( viewer );
openSchemaViewSortingDialog = new OpenSchemaViewSortingDialogAction();
switchSchemaPresentationToFlat = new SwitchSchemaPresentationToFlatAction();
switchSchemaPresentationToHierarchical = new SwitchSchemaPresentationToHierarchicalAction();
openSchemaViewPreference = new OpenSchemaViewPreferenceAction();
linkWithEditor = new LinkWithEditorSchemaViewAction( view );
mergeSchema = new MergeSchemasAction();
// commitChanges = new CommitChangesAction();
}