Package net.sphene.goim.rcp.ui.actions.shortcuts

Examples of net.sphene.goim.rcp.ui.actions.shortcuts.OpenSearchUIAction


    actionsMenuManager.add(new EditVCardAction(this));
   
    shortcutsMenuManager = new MenuManager("Shortcuts");
    contextMenuManager.add(shortcutsMenuManager);
   
    shortcutsMenuManager.add(new OpenSearchUIAction(this,GOIMPlugin.defaultSearchService));
    shortcutsMenuManager.add(new JoinGOIMMUCAction(this,GOIMPlugin.defaultGOIMroom));

    contextMenuManager.add(new HideOfflineContactsAction(this));
   
    contextMenuManager.add(new Separator());
View Full Code Here

TOP

Related Classes of net.sphene.goim.rcp.ui.actions.shortcuts.OpenSearchUIAction

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.