| |
|
| java.lang.Object org.objectweb.salome_tmf.ihm.main.plugins.PluginsTools
PluginsTools | public class PluginsTools (Code) | | Methods and tools for plugins management
author: capg2710 |
PluginsTools | public PluginsTools()(Code) | | Creates a new instance of PluginsTools
|
activateAssociatedPlgs | public static void activateAssociatedPlgs(Integer uiConst)(Code) | | Activates associated plugins to dynamic UI components
Parameters: uiConst - |
activateBugTrackingPlgsInToolsMenu | public static void activateBugTrackingPlgsInToolsMenu(JMenu toolsMenu, BugTracker bTrack)(Code) | | |
getCurrentCampExecResult | public static ExecutionResult getCurrentCampExecResult()(Code) | | Returns current campaign execution result
current campaign execution result |
getCurrentCampExecution | public static Execution getCurrentCampExecution()(Code) | | Returns current campaign execution
current campaign execution |
getCurrentCampExecutionEnvironment | public static Environment getCurrentCampExecutionEnvironment()(Code) | | Returns current campaign execution's environement
current campaign execution's environement |
getCurrentCampaign | public static Campaign getCurrentCampaign()(Code) | | Returns current campaign
current campaign |
getCurrentFamily | public static Family getCurrentFamily()(Code) | | Returns current family
current family |
getCurrentProject | public static Project getCurrentProject()(Code) | | Returns the current project in Salomé
Current project in Salomé |
getCurrentTest | public static Test getCurrentTest()(Code) | | Returns current test
current test |
getCurrentTestExecutionResult | public static ExecutionTestResult getCurrentTestExecutionResult()(Code) | | Returns current test execution result
current test execution result |
getCurrentTestList | public static TestList getCurrentTestList()(Code) | | Returns current test list
current test list |
getCurrentUser | public static User getCurrentUser()(Code) | | Returns the current user in Salomé
Current user in Salomé |
getTestForCurrentTestExecResult | public static Test getTestForCurrentTestExecResult()(Code) | | Returns the associated test to the current test execution result
the associated test to the current test execution result |
|
|
|