Package ca.phon.media.player
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 Summary
Modifier and TypeMethodDescriptionmakeMenuChanges
(JPopupMenu menu) Make changes to the given menu.
-
Method Details
-
makeMenuChanges
Make changes to the given menu.- Parameters:
menu
- the menu- Returns:
- the modified menu
-