Package com.cosylab.vdct.plugin.menu
Interface MenuPlugin
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
ApplicationRunnerPlugin
,CosyBeansPlugin
,MenuPluginExample
public interface MenuPlugin extends Plugin
Insert the type's description here. Creation date: (8.12.2001 12:43:54)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JMenu
getMenu()
Returns menu to be added to the VisualDCT tools menu Plugin should return always the same object.-
Methods inherited from interface com.cosylab.vdct.plugin.Plugin
destroy, getAuthor, getDescription, getName, getVersion, init, start, stop
-
-
-
-
Method Detail
-
getMenu
JMenu getMenu()
Returns menu to be added to the VisualDCT tools menu Plugin should return always the same object. PluginMenuManager will take care or enabled/disabled status Creation date: (8.12.2001 12:45:31)- Returns:
- javax.swing.JMenu
-
-