Package org.apache.directory.studio.schemaeditor.controller.actions

Examples of org.apache.directory.studio.schemaeditor.controller.actions.ShowTypeHierarchyAction


        if ( Activator.getDefault().getDialogSettings().get( PluginConstants.PREFS_HIERARCHY_VIEW_MODE ) == null )
        {
            Activator.getDefault().getDialogSettings().put( PluginConstants.PREFS_HIERARCHY_VIEW_MODE,
                PluginConstants.PREFS_HIERARCHY_VIEW_MODE_TYPE );
        }
        showTypeHierarchy = new ShowTypeHierarchyAction( view );
        showSupertypeHierarchy = new ShowSupertypeHierarchyAction( view );
        showSubtypeHierarchy = new ShowSubtypeHierarchyAction( view );
        linkWithEditor = new LinkWithEditorHierarchyViewAction( view );
        openPreferencePage = new OpenHierarchyViewPreferencesAction();
    }
View Full Code Here


        if ( Activator.getDefault().getDialogSettings().get( PluginConstants.PREFS_HIERARCHY_VIEW_MODE ) == null )
        {
            Activator.getDefault().getDialogSettings().put( PluginConstants.PREFS_HIERARCHY_VIEW_MODE,
                PluginConstants.PREFS_HIERARCHY_VIEW_MODE_TYPE );
        }
        showTypeHierarchy = new ShowTypeHierarchyAction( view );
        showSupertypeHierarchy = new ShowSupertypeHierarchyAction( view );
        showSubtypeHierarchy = new ShowSubtypeHierarchyAction( view );
        linkWithEditor = new LinkWithEditorHierarchyViewAction( view );
        openPreferencePage = new OpenHierarchyViewPreferencesAction();
    }
View Full Code Here

        if ( Activator.getDefault().getDialogSettings().get( PluginConstants.PREFS_HIERARCHY_VIEW_MODE ) == null )
        {
            Activator.getDefault().getDialogSettings().put( PluginConstants.PREFS_HIERARCHY_VIEW_MODE,
                PluginConstants.PREFS_HIERARCHY_VIEW_MODE_TYPE );
        }
        showTypeHierarchy = new ShowTypeHierarchyAction( view );
        showSupertypeHierarchy = new ShowSupertypeHierarchyAction( view );
        showSubtypeHierarchy = new ShowSubtypeHierarchyAction( view );
        linkWithEditor = new LinkWithEditorHierarchyViewAction( view );
        openPreferencePage = new OpenHierarchyViewPreferencesAction();
    }
View Full Code Here

TOP

Related Classes of org.apache.directory.studio.schemaeditor.controller.actions.ShowTypeHierarchyAction

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.