Package org.apache.directory.ldapstudio.schemas.controller.actions

Examples of org.apache.directory.ldapstudio.schemas.controller.actions.LinkWithEditorHierarchyView


            Activator.getDefault().getDialogSettings().put( PluginConstants.PREFS_HIERARCHY_VIEW_MODE,
                PluginConstants.PREFS_HIERARCHY_VIEW_MODE_SUPERTYPE );
        }
        showSupertypeHierarchy = new ShowSupertypeHierarchyAction( view );
        showSubtypeHierarchy = new ShowSubtypeHierarchyAction( view );
        linkWithEditor = new LinkWithEditorHierarchyView( view );
        openPreferencePage = new OpenHierarchyViewPreferencesAction();
    }
View Full Code Here


            SortHierarchicalViewAction.SortType.alphabetical, Messages
                .getString( "HierarchicalViewer.Sort_alphabetically" ) ) ); //$NON-NLS-1$
        toolbar.add( new SortHierarchicalViewAction( PlatformUI.getWorkbench().getActiveWorkbenchWindow(),
            SortHierarchicalViewAction.SortType.unalphabetical, Messages
                .getString( "HierarchicalViewer.Sort_unalphabetically" ) ) ); //$NON-NLS-1$
        toolbar.add( new LinkWithEditorHierarchyView( this ) );
    }
View Full Code Here

TOP

Related Classes of org.apache.directory.ldapstudio.schemas.controller.actions.LinkWithEditorHierarchyView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.