Package de.fu_berlin.inf.dpp.ui.actions

Examples of de.fu_berlin.inf.dpp.ui.actions.DeleteContactAction


     * @param menuManager
     */
    protected void addRosterMenuItems(MenuManager menuManager) {
        final SkypeAction skypeAction = new SkypeAction();
        final RenameContactAction renameContactAction = new RenameContactAction();
        final DeleteContactAction deleteContactAction = new DeleteContactAction();
        final ConnectionTestAction connectionTestAction = new ConnectionTestAction();
        menuManager.addMenuListener(new IMenuListener() {
            public void menuAboutToShow(final IMenuManager manager) {
                /*
                 * Do not display the following actions if participants are
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.ui.actions.DeleteContactAction

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.