| |
|
| salomeTMF_plug.helpgui.HelpGui
HelpGui | public class HelpGui extends Plugin implements Common(Code) | | A class for Lauch the Help Viewer
author: Alexandre THOMAS |
Constructor Summary | |
public | HelpGui(PluginManager manager, PluginDescriptor descr) |
debug | public static boolean debug(Code) | | |
HelpGui | public HelpGui(PluginManager manager, PluginDescriptor descr)(Code) | | Parameters: manager - Parameters: descr - |
activatePluginInDynamicComponent | public void activatePluginInDynamicComponent(Integer uiCompCst)(Code) | | |
activatePluginInStaticComponent | public void activatePluginInStaticComponent(Integer uiCompCst)(Code) | | |
allPluginActived | public void allPluginActived(ExtensionPoint commonExtensions, ExtensionPoint testDriverExtensions, ExtensionPoint scriptEngineExtensions, ExtensionPoint bugTrackerExtensions)(Code) | | |
doStart | protected void doStart() throws Exception(Code) | | See Also: org.java.plugin.Plugin() |
doStop | protected void doStop() throws Exception(Code) | | See Also: org.java.plugin.Plugin() |
freeze | public void freeze()(Code) | | Freezes the plugin
|
isActivableInCampToolsMenu | public boolean isActivableInCampToolsMenu()(Code) | | Returns true if the plugin has menu items for "Tools" menu for campaigns
true if the plugin has menu items for "Tools" menu for campaigns |
isActivableInDataToolsMenu | public boolean isActivableInDataToolsMenu()(Code) | | Returns true if the plugin has menu items for "Tools" menu for data
management
true if the plugin has menu items for "Tools" menu for datamanagement |
isActivableInTestToolsMenu | public boolean isActivableInTestToolsMenu()(Code) | | Returns true if the plugin has menu items for "Tools" menu for tests
true if the plugin has menu items for "Tools" menu for tests |
isFreezable | public boolean isFreezable()(Code) | | Retruns true if the plugin is freezable
|
isFreezed | public boolean isFreezed()(Code) | | true if the plugin is freezed
|
unFreeze | public void unFreeze()(Code) | | Unfreezes the plugin
|
usesOtherUIComponents | public boolean usesOtherUIComponents()(Code) | | Returns true if the plugin uses or is activable in other UI components
than these three menus true if the plugin uses or is activable in other
UI components than these
|
|
|
|