Uses of Interface
com.sri.common.controller.StateHandler

Packages that use StateHandler
com.sri.common.controller This package contains utility classes for Controllers used by other SRI programs such as EMO. 
com.sri.emo.annotations   
com.sri.emo.controller This package contains controller classes for the modelling program. 
com.sri.emo.controller.nodefilter   
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.selection.management This package contains all classes related to editing Selection Wizard Steps. 
com.sri.emo.wizard.wizardgateway The wizard gateway provides a central location to dispatch to wizards for execution or editing. 
 

Uses of StateHandler in com.sri.common.controller
 

Classes in com.sri.common.controller that implement StateHandler
 class TestStateHandler
          Title: EMO
 

Uses of StateHandler in com.sri.emo.annotations
 

Classes in com.sri.emo.annotations that implement StateHandler
 class DoAddTag
          Adds the tags defined in the tag.
 class DoDelete
          Deletes the tag.
 class PromptAddTag
           
 class PromptDeleteTag
          Prompts for deleting a tag.
 

Uses of StateHandler in com.sri.emo.controller
 

Classes in com.sri.emo.controller that implement StateHandler
 class ViewNodeAsTree
          This is a state handler that renders the node into a javascript-based tree menu.
 

Uses of StateHandler in com.sri.emo.controller.nodefilter
 

Classes in com.sri.emo.controller.nodefilter that implement StateHandler
 class DoFilterNodes
          sets filtering criteria
 

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

Classes in com.sri.emo.wizard.completion.management that implement StateHandler
 class DoCancel
           
 class DoChooseCriteria
           
 class DoChooseNodeStep
           
 class DoChooseParts
           
 class PromptChooseCriteria
           
 class PromptChooseNode
           
 class PromptChooseParts
           
 class PromptEditWizard
           
 

Uses of StateHandler in com.sri.emo.wizard.selection.management
 

Classes in com.sri.emo.wizard.selection.management that implement StateHandler
 class PromptInstructions
          State that prompts for instructions.
 class PromptModelField
          This handler is called when the user indicates that the picklist to use is based on an attribute defined in the model.
 class PromptNodeAttribute
          Prompts the Node Attribute to use for the picklist.
 class PromptNodeInstance
          Prompts For The Node Instance to use for per-node steps.
 class PromptPicklist
          Prompts for a picklist id to use.
 class PromptSelectModel
          This state prompts for the model that should be used in locating the attribute to use for building the menus.
 class PromptStepType
          Handles the 'choose step type' state.
 class PromptTextEntry
          Prompts for the type of text entry available for the user.
 class StepDefinition
          Base class for step definitions.
 

Uses of StateHandler in com.sri.emo.wizard.wizardgateway
 

Classes in com.sri.emo.wizard.wizardgateway that implement StateHandler
 class DoAddWizard
          Handles the redirection of the Add wizard user to the appropriate wizard manager.
 class DoDeleteWizard
           
 class EditWizard
          Edits a wizard.
 class ListWizards
          Lists all wizards available in the system that the person has 'read' permisison for.
 class PromptAddWizard
          Prompts for adding a wizard.
 class PromptDeleteWizard
          Prompts to delete a wizard.
 class RunWizard
          Runs the wizard.
 



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