|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardMementoConverter | |
---|---|
com.sri.emo.controller | This package contains controller classes for the modelling program. |
com.sri.emo.wizard.completion | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
com.sri.emo.wizard.creation | This package and sub packages provides the implementation of a "Completion Wizard." The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate parts to create a new node. |
com.sri.emo.wizard.expressoimpl | This directory contains various adapter classes to bridge the Wizard APIs with Expresso. |
Uses of WizardMementoConverter in com.sri.emo.controller |
---|
Methods in com.sri.emo.controller that return WizardMementoConverter | |
---|---|
protected WizardMementoConverter |
CreationWizardAction.getMementoConverter()
Template Method. |
protected WizardMementoConverter |
CompletionWizardAction.getMementoConverter()
Template Method. |
Uses of WizardMementoConverter in com.sri.emo.wizard.completion |
---|
Classes in com.sri.emo.wizard.completion that implement WizardMementoConverter | |
---|---|
class |
CompletionMementoConverter
Writes a CompletionWizard to and from a compact form. |
Uses of WizardMementoConverter in com.sri.emo.wizard.creation |
---|
Classes in com.sri.emo.wizard.creation that implement WizardMementoConverter | |
---|---|
class |
CreationMementoConverter
Writes a CompletionWizard to and from a compact form. |
Uses of WizardMementoConverter in com.sri.emo.wizard.expressoimpl |
---|
Methods in com.sri.emo.wizard.expressoimpl that return WizardMementoConverter | |
---|---|
protected WizardMementoConverter |
WizardController.getMementoConverter()
Template Method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |