Package adams.gui.core
Interface MultiPagePane.PopupCustomizer
-
- Enclosing class:
- MultiPagePane
public static interface MultiPagePane.PopupCustomizer
Interface for classes that want to customize the popup menu for entry.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopup(int index, JPopupMenu menu)
Gets called before the popup for the entry is displayed.
-
-
-
Method Detail
-
customizePopup
void customizePopup(int index, JPopupMenu menu)
Gets called before the popup for the entry is displayed.- Parameters:
index
- the index this menu is formenu
- the menu so far
-
-