Package adams.gui.core
Interface BaseStatusBar.PopupMenuCustomizer
-
- All Known Implementing Classes:
FlowEditorPanel
- Enclosing class:
- BaseStatusBar
public static interface BaseStatusBar.PopupMenuCustomizer
Interface for classes that modify the statusbar's popup menu.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopupMenu(BaseStatusBar source, boolean left, JPopupMenu menu)
For customizing the popup menu.
-
-
-
Method Detail
-
customizePopupMenu
void customizePopupMenu(BaseStatusBar source, boolean left, JPopupMenu menu)
For customizing the popup menu.- Parameters:
source
- the source statusbarleft
- whether left or right statusmenu
- the menu to customize
-
-