Uses of Class
org.ow2.clif.scenario.isac.egui.plugins.PluginManager

Packages that use PluginManager
org.ow2.clif.scenario.isac.egui Isac is a Scenario Architecture for Clif. 
org.ow2.clif.scenario.isac.egui.model   
org.ow2.clif.scenario.isac.egui.pages.pageImport   
org.ow2.clif.scenario.isac.egui.plugins.nodes   
 

Uses of PluginManager in org.ow2.clif.scenario.isac.egui
 

Methods in org.ow2.clif.scenario.isac.egui that return PluginManager
 PluginManager ScenarioManager.getPluginManager()
           
 

Uses of PluginManager in org.ow2.clif.scenario.isac.egui.model
 

Methods in org.ow2.clif.scenario.isac.egui.model with parameters of type PluginManager
static java.util.Vector<java.lang.String> ModelReaderXIS.getActionHelp(org.w3c.dom.Element element, PluginManager plugManager)
          Get the help of a giving action
static java.util.Vector<java.lang.String> ModelReaderXIS.getPluginHelp(org.w3c.dom.Element element, PluginManager plugManager)
          Get the help of a giving plugin
 

Uses of PluginManager in org.ow2.clif.scenario.isac.egui.pages.pageImport
 

Constructors in org.ow2.clif.scenario.isac.egui.pages.pageImport with parameters of type PluginManager
PluginWizard(org.eclipse.wst.xml.core.internal.document.DocumentImpl doc, PluginManager pluginsMgr)
           
 

Uses of PluginManager in org.ow2.clif.scenario.isac.egui.plugins.nodes
 

Methods in org.ow2.clif.scenario.isac.egui.plugins.nodes with parameters of type PluginManager
protected static NodeDescription WhileNode.createNodeDescription(PluginManager pluginManager, java.lang.String pluginName, java.lang.String testName)
          Create a node description for the while controller
protected static NodeDescription PreemptiveNode.createNodeDescription(PluginManager pluginManager, java.lang.String pluginName, java.lang.String testName)
          Create a node description for the preemptive controller
protected static NodeDescription IfNode.createNodeDescription(PluginManager pluginManager, java.lang.String pluginName, java.lang.String testName)
          Create a node description for the if controller
static NodeDescription ControlerNode.createNodeDescription(PluginManager pluginManager, java.lang.String plugin, java.lang.String type, java.lang.String name)
          This method create a node description for the controler node described in parameter