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

Examples of net.sphene.goim.rcp.ui.actions.account.EditVCardAction


    actionsMenuManager = new GOIMMenuManager("Actions");
    contextMenuManager.add(actionsMenuManager);
   
    actionsMenuManager.add(new AddContactAction(this));
    actionsMenuManager.add(new OpenServiceDiscoveryUIAction(this));
    actionsMenuManager.add(new EditVCardAction(this));
   
    shortcutsMenuManager = new MenuManager("Shortcuts");
    contextMenuManager.add(shortcutsMenuManager);
   
    shortcutsMenuManager.add(new OpenSearchUIAction(this,GOIMPlugin.defaultSearchService));
View Full Code Here

TOP

Related Classes of net.sphene.goim.rcp.ui.actions.account.EditVCardAction

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.