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

Examples of org.apache.directory.ldapstudio.browser.ui.widgets.browser.BrowserActionGroup


        this.mainWidget = new BrowserWidget( this.configuration, null );
        this.mainWidget.createWidget( composite );
        this.mainWidget.setInput( this.connection.getBaseDNEntries() );

        // create actions and context menu (and register global actions)
        this.actionGroup = new BrowserActionGroup( this.mainWidget, this.configuration );
        this.actionGroup.fillToolBar( this.mainWidget.getToolBarManager() );
        this.actionGroup.fillMenu( this.mainWidget.getMenuManager() );
        this.actionGroup.fillContextMenu( this.mainWidget.getContextMenuManager() );
        this.actionGroup.activateGlobalActionHandlers();
View Full Code Here

TOP

Related Classes of org.apache.directory.ldapstudio.browser.ui.widgets.browser.BrowserActionGroup

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.