Uses of Class
com.sri.emo.wizard.branch.BranchNode

Packages that use BranchNode
com.sri.emo.wizard.branch   
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. 
 

Uses of BranchNode in com.sri.emo.wizard.branch
 

Methods in com.sri.emo.wizard.branch that return BranchNode
 BranchNode BranchList.addConvergingWizardPage(WizardPage page)
           
protected  BranchNode[] BranchingWizard.getAllSteps()
          Retrieve all the steps for the wizard.
 BranchNode BranchNode.getDefault()
           
 BranchNode BranchNode.getNext(String transition)
           
 

Methods in com.sri.emo.wizard.branch with parameters of type BranchNode
 void BranchList.addBranch(BranchNode node)
           
 void BranchList.addBranch(BranchNode node, String transition, BranchList branchList)
          addBranch
 void BranchList.addConverging(BranchNode node)
           
 boolean BranchNode.addNext(String transition, BranchNode node)
           
 boolean BranchNode.containsTransitionTo(BranchNode node)
           
protected  boolean BranchingWizard.includeInMainStep(BranchNode node)
           
 

Constructors in com.sri.emo.wizard.branch with parameters of type BranchNode
BranchingWizard(WizardMonitor wizMonitor, BranchNode[] steps)
          Constructor that takes a monitor and an array of steps.
 

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

Methods in com.sri.emo.wizard.creation with parameters of type BranchNode
protected  boolean EmoCreationWizard.includeInMainStep(BranchNode node)
           
 

Constructors in com.sri.emo.wizard.creation with parameters of type BranchNode
EmoCreationWizard(WizardMonitor wizMonitor, BranchNode[] steps)
          Constructs an emo completion wizard.
 



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