Package org.apache.directory.ldapstudio.browser.ui.actions

Examples of org.apache.directory.ldapstudio.browser.ui.actions.ExecuteLdifAction


        IAction action = new ContentAssistAction( bundle, "ldifeditor__contentassistproposal_", this ); //$NON-NLS-1$
        action.setActionDefinitionId( ITextEditorActionDefinitionIds.CONTENT_ASSIST_PROPOSALS );
        setAction( "ContentAssistProposal", action ); //$NON-NLS-1$

        // add execute action (for tool bar)
        ExecuteLdifAction executeLdifAction = new ExecuteLdifAction( this );
        this.actionToolBarManager.add( executeLdifAction );
        setAction( ExecuteLdifAction.class.getName(), executeLdifAction );
        this.actionToolBarManager.update( true );

        // add context menu edit actions
View Full Code Here

TOP

Related Classes of org.apache.directory.ldapstudio.browser.ui.actions.ExecuteLdifAction

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.