Package adams.gui.core
Interface CustomPopupMenuProvider
-
- All Known Implementing Classes:
ImageProcessorSubPanel.ImagePopupMenuProvider
,PixelSelectorPanel
public interface CustomPopupMenuProvider
For classes that provide a custom popup menu.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasePopupMenu
getCustomPopupMenu(MouseEvent e)
Creates a popup menu for the given mouse event.
-
-
-
Method Detail
-
getCustomPopupMenu
BasePopupMenu getCustomPopupMenu(MouseEvent e)
Creates a popup menu for the given mouse event.- Parameters:
e
- the event that triggered the request- Returns:
- the menu, null if none was generated
-
-