|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
ic.doc.extension.LTSAPlugin.addMenusToMenuBar()
The option to add entire menus has been discontinued - use addMenuItems() instead. It is possible to add new menus to the existing LSTA menubar, implementing the menu in the plugin. |
|
ic.doc.extension.LTSAPlugin.getMenuBar()
The option to provide your own menubar has been discontinued - use addMenuItems() instead. To make LTSA switch to a new menubar when the pluign is selected, override this method to return a fully constructed JMenuBar. |
|
ic.doc.extension.LTSAPlugin.getMenus()
The option to add entire menus has been discontinued - use addMenuItems() instead. To add menus to the existing menubar, override this method to return a java.util.List of JMenus. The menus should be implemented inside the plugin and will be hooked onto the existing menubar. Menus are only added when LTSA loads the plugin, so changing the contents of this list at a later time will have no effect on the menubar. This method will not be called unless addMenusToMenuBar() returns true. |
|
ic.doc.extension.LTSAPlugin.useOwnMenuBar()
The option to provide your own menubar has been discontinued - use addMenuItems() instead. It is possible for a plugin to provide its own menu bar. The menubar should be implemented inside the plugin. When the tab corresponding to the plugin is selected in the main LTSA user interface, the menubar will switch to that provided by that plugin. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |