Package adams.gui.chooser
Interface AbstractChooserPanel.PopupMenuCustomizer
-
- All Superinterfaces:
PopupMenuCustomizer<AbstractChooserPanel>
- Enclosing class:
- AbstractChooserPanel<T>
public static interface AbstractChooserPanel.PopupMenuCustomizer extends PopupMenuCustomizer<AbstractChooserPanel>
Interface for editors that can customize the 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 void
customizePopupMenu(AbstractChooserPanel owner, JPopupMenu menu)
For customizing the popup menu.
-
-
-
Method Detail
-
customizePopupMenu
void customizePopupMenu(AbstractChooserPanel owner, JPopupMenu menu)
For customizing the popup menu.- Specified by:
customizePopupMenu
in interfacePopupMenuCustomizer<AbstractChooserPanel>
- Parameters:
owner
- the panel from where the menu originatesmenu
- the menu to customize
-
-