Uses of Class
com.sri.emo.wizard.creation.model.CreationBean

Packages that use CreationBean
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.creation.model Underlying model for completion Wizard. 
 

Uses of CreationBean in com.sri.emo.wizard.creation
 

Methods in com.sri.emo.wizard.creation that return CreationBean
 CreationBean EmoCreationWizardOld.getCompletionBean()
           
 

Methods in com.sri.emo.wizard.creation with parameters of type CreationBean
 void EmoCreationWizardOld.setCompletionBean(CreationBean completionBean)
          Sets the underlying completion bean.
 

Uses of CreationBean in com.sri.emo.wizard.creation.model
 

Methods in com.sri.emo.wizard.creation.model that return CreationBean
 CreationBean CreationBeans.get(int index)
           
 CreationBean CreationBeans.getCreationBean(int index)
           
 CreationBean CreationBeans.getCreationBeanByPartId(String string)
          getCreationBeanByPartId
 CreationBean CreationBeans.getCurrentBean()
           
 CreationBean CreationPartsBean.getOwner()
           
 

Methods in com.sri.emo.wizard.creation.model with parameters of type CreationBean
 void CreationBeans.add(CreationBean bean)
           
 void CreationBeans.setCurrentBean(CreationBean bean)
           
 

Constructors in com.sri.emo.wizard.creation.model with parameters of type CreationBean
CreationPartsBean(CreationBean myOwner, Part myPart)
          Constructor that takes the parent bean and an associated Part object.
 



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