Package PamView
Interface PamMenuParts
- All Known Implementing Classes:
ScrollJumper
,SpectrogramScrollJumper
public interface PamMenuParts
Interface for anything that can add menu items to a Swing menu
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionint
addMenuItems
(JComponent parentComponent) Add menu items to a menu or popup menu.
-
Method Details
-
addMenuItems
Add menu items to a menu or popup menu.- Parameters:
parentComponent
- menu to add to- Returns:
- number of items added
-