|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponentController | |
---|---|
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.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 AbstractComponentController in com.sri.emo.annotations |
---|
Subclasses of AbstractComponentController in com.sri.emo.annotations | |
---|---|
class |
NodeTagController
Handles adding and deletion of nodes. |
Uses of AbstractComponentController in com.sri.emo.controller |
---|
Subclasses of AbstractComponentController in com.sri.emo.controller | |
---|---|
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 AbstractComponentController in com.sri.emo.wizard.completion.management |
---|
Subclasses of AbstractComponentController in com.sri.emo.wizard.completion.management | |
---|---|
class |
CompletionEditor
Controller that manages completion wizards. |
Uses of AbstractComponentController in com.sri.emo.wizard.creation.management |
---|
Subclasses of AbstractComponentController in com.sri.emo.wizard.creation.management | |
---|---|
class |
CreationEditor
Controller that manages completion wizards. |
Uses of AbstractComponentController in com.sri.emo.wizard.expressoimpl |
---|
Subclasses of AbstractComponentController in com.sri.emo.wizard.expressoimpl | |
---|---|
class |
WizardController
Wizard Controller is basically a thin wrapper over the Wizard domain model which does the actual thinking. |
Uses of AbstractComponentController in com.sri.emo.wizard.selection |
---|
Subclasses of AbstractComponentController in com.sri.emo.wizard.selection | |
---|---|
class |
WizardAction
Derived controller for Wizard steps in EMO. |
Uses of AbstractComponentController in com.sri.emo.wizard.wizardgateway |
---|
Subclasses of AbstractComponentController in com.sri.emo.wizard.wizardgateway | |
---|---|
class |
WizardGatewayController
WizardGatewayControlller provides dispatching and isolation of the various underlying wizard types by allowing different editors to be hidden underneath the gateway. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |