Package org.ow2.clif.scenario.isac.egui.wizards.plugin

Class Summary
CodeManipulator This class permits to manipulate Java code with the Eclipse JDT API in order to construct a valid Java class for ISAC plugin.
ConditionsPropertyPage This class creates a delegate class (InteractionManager) in order to manage the condition property page in 'eclipse project properties'.
ControlsPropertyPage This class creates a delegate class (InteractionManager) in order to manage the control property page in 'eclipse project properties'.
CountVisitor A visitor class which count field and action type number in AST Tree.
InteractionManager This class permits to manage all interactions between user and model.
ManipulatorManager Singleton class which manages model in memory (Java code + XML).
PluginPropertyPage This class creates a delegate class (InteractionManager) in order to manage the plugin property page in 'eclipse project properties'.
ProjectWizard Class creates a new ISAC Plugin project with appropriate files.
ProjectWizardPluginPage This class creates a delegate class (InteractionManager) in order to manage wizard pages during the 'New ISAC Project' wizard.
SamplesPropertyPage This class creates a delegate class (InteractionManager) in order to manage the sample property page in 'eclipse project properties'.
SessionObjectPropertyPage This class creates a delegate class (InteractionManager) in order to manage the session object property page in 'eclipse project properties'.
TimersPropertyPage This class creates a delegate class (InteractionManager) in order to manage the timer property page in 'eclipse project properties'.
XMLManipulator This class permits to manipulate XML model with the JDOM API in order to construct valid gui, plugin and build XML files.