Class CSVMenuHandler
java.lang.Object
ca.phon.app.csv.CSVMenuHandler
- All Implemented Interfaces:
IPluginExtensionPoint<IPluginMenuFilter>,IPluginMenuFilter
public class CSVMenuHandler
extends Object
implements IPluginMenuFilter, IPluginExtensionPoint<IPluginMenuFilter>
Add CSV import/export menu items to the 'Tools' menu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterWindowMenu(Window owner, JMenuBar menuBar) Add/remove/edit the window menu as needed by the implementing plugin.Class<?> Get type of extensionGet factory for extension point objectsstatic voidstatic void
-
Constructor Details
-
CSVMenuHandler
public CSVMenuHandler()
-
-
Method Details
-
getExtensionType
Description copied from interface:IPluginExtensionPointGet type of extension- Specified by:
getExtensionTypein interfaceIPluginExtensionPoint<IPluginMenuFilter>
-
getFactory
Description copied from interface:IPluginExtensionPointGet factory for extension point objects- Specified by:
getFactoryin interfaceIPluginExtensionPoint<IPluginMenuFilter>
-
filterWindowMenu
Description copied from interface:IPluginMenuFilterAdd/remove/edit the window menu as needed by the implementing plugin.- Specified by:
filterWindowMenuin interfaceIPluginMenuFilter- Parameters:
owner- the window which owns the menu (may be null)menuBar- the menu in question
-
showImportWizard
-
showExportWizard
-