Interface IPluginMenuFilter
- All Known Implementing Classes:
ColorPaletteMenuHandler
,CSVMenuHandler
,DefaultMenuFilter
,HelpMenuHandler
,NodeEditorMenuHandler
,PhonTalkMenuFilter
public interface IPluginMenuFilter
A plugin extension point for controlling the window menu
for all Phon windows. The provided filter will be called
to generate the appropriate window menu entries as needed
by the plugin.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
filterWindowMenu
(Window owner, JMenuBar menu) Add/remove/edit the window menu as needed by the implementing plugin.
-
Method Details
-
filterWindowMenu
-