Package org.eclipse.ecf.presence.ui.menu

Examples of org.eclipse.ecf.presence.ui.menu.AbstractRosterMenuHandler


    }
    return null;
  }

  protected AbstractRosterMenuHandler createRosterEntryHandler(IRosterEntry rosterEntry) {
    return new AbstractRosterMenuHandler(rosterEntry) {

      /**
       * @throws ExecutionException 
       */
      public Object execute(ExecutionEvent arg0) throws ExecutionException {
View Full Code Here


    }
    return super.createContributionItemsForPresenceContainer(presenceContainerAdapter);
  }

  protected AbstractRosterMenuHandler createRosterEntryHandler(final IRosterEntry rosterEntry) {
    return new AbstractRosterMenuHandler(rosterEntry) {
      public Object execute(ExecutionEvent event) throws ExecutionException {
        IWorkbenchPart part = HandlerUtil.getActivePart(event);
        if (part == null) {
          return null;
        }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.presence.ui.menu.AbstractRosterMenuHandler

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.