Uses of Interface
com.sri.emo.wizard.completion.CompletionRepository

Packages that use CompletionRepository
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.completion.management This package contains all the classes required to handle the editing and defining of completion wizards. 
com.sri.emo.wizard.completion.persistence This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. 
 

Uses of CompletionRepository in com.sri.emo.wizard.completion
 

Fields in com.sri.emo.wizard.completion declared as CompletionRepository
protected  CompletionRepository CompletionBuilder.repository
          The completion repository to use for querying the wizard.
 

Constructors in com.sri.emo.wizard.completion with parameters of type CompletionRepository
CompletionBuilder(CompletionRepository completionRepository)
          Constructs a completion builder.
CompletionMementoConverter(CompletionRepository completionRepository)
           
EmoCompletionFactory(CompletionRepository completionRepository)
          Constructs a given wizard.
 

Uses of CompletionRepository in com.sri.emo.wizard.completion.management
 

Constructors in com.sri.emo.wizard.completion.management with parameters of type CompletionRepository
DoChooseCriteria(Controller owner, CompletionRepository respository, ICompletionBeanManager stateBeanManager)
          Constructor that takes the owner controller as a paramter.
PromptEditWizard(Controller stateOwner, CompletionRepository repository, ICompletionBeanManager stateBeanManager)
          Constructor.
 

Uses of CompletionRepository in com.sri.emo.wizard.completion.persistence
 

Classes in com.sri.emo.wizard.completion.persistence that implement CompletionRepository
 class ExpressoCompletionRepository
          Expresso-specific implementation that converts the completion beans to DBObjects.
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.