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

Packages that use ComponentServiceLocator
com.sri.common This is the base package for the common untility classes not tied to EMO proper. 
com.sri.common.controller This package contains utility classes for Controllers used by other SRI programs such as EMO. 
com.sri.emo This is the base package for the main classes for the EMO modelling program. 
com.sri.emo.annotations   
com.sri.emo.controller This package contains controller classes for the modelling program. 
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.creation.management This package contains all the classes required to handle the editing and defining of completion wizards. 
com.sri.emo.wizard.defaults This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package. 
com.sri.emo.wizard.expressoimpl This directory contains various adapter classes to bridge the Wizard APIs with Expresso. 
com.sri.emo.wizard.selection The selection wizard walks users through steps to determine which node on the system would best suit their needs. 
com.sri.emo.wizard.wizardgateway The wizard gateway provides a central location to dispatch to wizards for execution or editing. 
 

Uses of ComponentServiceLocator in com.sri.common
 

Classes in com.sri.common that implement ComponentServiceLocator
 class ComponentSchema
          Abstract Base class for Schemas that wish to serve as a component factory.
 

Uses of ComponentServiceLocator in com.sri.common.controller
 

Classes in com.sri.common.controller that implement ComponentServiceLocator
 class AbstractComponentController
          The component controller provides the home for two lightweight containers and a link to a third.
 

Methods in com.sri.common.controller that return ComponentServiceLocator
protected  ComponentServiceLocator AbstractComponentController.locator()
          Retrieve the application locator.
 

Uses of ComponentServiceLocator in com.sri.emo
 

Classes in com.sri.emo that implement ComponentServiceLocator
 class EmoSchema
          Register the Schemas for entire web application.
 

Uses of ComponentServiceLocator in com.sri.emo.annotations
 

Classes in com.sri.emo.annotations that implement ComponentServiceLocator
 class NodeTagController
          Handles adding and deletion of nodes.
 

Uses of ComponentServiceLocator in com.sri.emo.controller
 

Classes in com.sri.emo.controller that implement ComponentServiceLocator
 class AddNodeAction
          Handle Node manipulation.
 class CompletionWizardAction
          Controller that runs the completion controller.
 class CreationWizardAction
           
 class NodeAction
          Handle Node manipulation.
 class NodeController
          Intermediate Controller Class that provides services common to editing nodes.
 

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

Classes in com.sri.emo.wizard.completion.management that implement ComponentServiceLocator
 class CompletionEditor
          Controller that manages completion wizards.
 

Uses of ComponentServiceLocator in com.sri.emo.wizard.creation.management
 

Classes in com.sri.emo.wizard.creation.management that implement ComponentServiceLocator
 class CreationEditor
          Controller that manages completion wizards.
 

Uses of ComponentServiceLocator in com.sri.emo.wizard.defaults
 

Constructors in com.sri.emo.wizard.defaults with parameters of type ComponentServiceLocator
ExpressoAwareWizardRepository(ComponentServiceLocator componentLocator)
           
 

Uses of ComponentServiceLocator in com.sri.emo.wizard.expressoimpl
 

Classes in com.sri.emo.wizard.expressoimpl that implement ComponentServiceLocator
 class WizardController
          Wizard Controller is basically a thin wrapper over the Wizard domain model which does the actual thinking.
 

Uses of ComponentServiceLocator in com.sri.emo.wizard.selection
 

Classes in com.sri.emo.wizard.selection that implement ComponentServiceLocator
 class WizardAction
          Derived controller for Wizard steps in EMO.
 

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

Classes in com.sri.emo.wizard.wizardgateway that implement ComponentServiceLocator
 class WizardGatewayController
          WizardGatewayControlller provides dispatching and isolation of the various underlying wizard types by allowing different editors to be hidden underneath the gateway.
 



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