Package adams.gui.core
Interface AbstractNamedHistoryPanel.PopupCustomizer
-
- Enclosing class:
- AbstractNamedHistoryPanel<T>
public static interface AbstractNamedHistoryPanel.PopupCustomizer
Interface for classes that want to customize the popup menu for the entries.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopup(String[] entries, JPopupMenu menu)
Gets called before the popup for the entries is displayed.
-
-
-
Method Detail
-
customizePopup
void customizePopup(String[] entries, JPopupMenu menu)
Gets called before the popup for the entries is displayed.- Parameters:
entries
- the selected entriesmenu
- the menu so far
-
-