Package org.rssowl.contrib.podcast.ui.media.action

Examples of org.rssowl.contrib.podcast.ui.media.action.SyncPlayAction


      public void menuAboutToShow(IMenuManager manager) {
        manager.add(new Separator("control"));
        menuMgr
            .appendToGroup("control",
                new MediaOpenAction(selection));
        menuMgr.appendToGroup("control", new SyncPlayAction(selection));
        MediaViewPart.this.fillContextMenu(manager);
      }
    });

    if (lControl != null && lProvider != null) {
View Full Code Here

TOP

Related Classes of org.rssowl.contrib.podcast.ui.media.action.SyncPlayAction

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.