Interface IMediaMenuFilter


public interface IMediaMenuFilter
Adds/removes entries from the media menu. Many menu filters can be added to the media player to provide customized functionality in the menu.
  • Method Details

    • makeMenuChanges

      JPopupMenu makeMenuChanges(JPopupMenu menu)
      Make changes to the given menu.
      Parameters:
      menu - the menu
      Returns:
      the modified menu