Package adams.gui.goe
Interface PropertyPanel.PopupMenuCustomizer
-
- All Superinterfaces:
PopupMenuCustomizer<BasePanel>
- All Known Implementing Classes:
FileEditor
,FlowFileEditor
,InlineEditor
,PlaceholderDirectoryEditor
,PlaceholderFileEditor
- Enclosing class:
- PropertyPanel
public static interface PropertyPanel.PopupMenuCustomizer extends PopupMenuCustomizer<BasePanel>
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(BasePanel owner, JPopupMenu menu)
For customizing the popup menu.
-
-
-
Method Detail
-
customizePopupMenu
void customizePopupMenu(BasePanel owner, JPopupMenu menu)
For customizing the popup menu.- Specified by:
customizePopupMenu
in interfacePopupMenuCustomizer<BasePanel>
- Parameters:
owner
- the property panel from where the menu originatesmenu
- the menu to customize
-
-