EGF Engine
Release 0.1.0

Uses of Class
org.eclipse.egf.model.edit.command.plugin.PluginChangeWrapperCommand

Packages that use PluginChangeWrapperCommand
org.eclipse.egf.core.ui.wizard   
org.eclipse.egf.model.edit.command   
org.eclipse.egf.model.edit.command.plugin.context   
org.eclipse.egf.model.edit.command.plugin.contract   
org.eclipse.egf.model.edit.command.plugin.domain   
org.eclipse.egf.model.edit.command.plugin.fc   
org.eclipse.egf.model.edit.command.plugin.fci   
org.eclipse.egf.model.edit.command.plugin.library   
org.eclipse.egf.model.edit.command.plugin.mapping   
org.eclipse.egf.model.edit.command.plugin.pattern   
org.eclipse.egf.model.edit.command.plugin.taskfactory   
org.eclipse.egf.model.provider   
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.core.ui.wizard
 

Methods in org.eclipse.egf.core.ui.wizard that return PluginChangeWrapperCommand
protected  PluginChangeWrapperCommand NewDomainWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand PatternWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand EditDomainWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand AbstractPatternLibraryWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected abstract  PluginChangeWrapperCommand AbstractModelElementWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
          Get the plugin change command.
protected  PluginChangeWrapperCommand FactoryComponentInvocationWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand TaskFactoryHolderWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand ContextElementWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand MappingWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand ContractElementWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand EditFactoryComponentWizard.getPluginChangeCommand(EditingDomain editingDomain_p, EObject modelElement_p, EStructuralFeature feature_p, Object value_p)
           
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command
 

Methods in org.eclipse.egf.model.edit.command with parameters of type PluginChangeWrapperCommand
 void AbstractModelElementCommand.setPluginChangeCommand(PluginChangeWrapperCommand command_p)
          Set the plug-in change command upon which the model element changes will be forwarded.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.context
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.context
 class AbstractContextElementWrapperCommand
          Base class to implement a command that wraps a context extension processing.
 class AddContextElementWrapperCommand
          Implements a command that wraps a context element creation in a context extension.
 class AddContextInFcInvocationConfWrapperCommand
          Implements a command that wraps a Context modification (creation) in factoryComponentConfiguration & context extensions.
 class AddContextInProductionPlanWrapperCommand
          Implements a command that wraps a Context modification (creation) in ProductionPlan & context extensions.
 class RemoveContextElementWrapperCommand
          Implements a command that wraps a context element delete in a context extension.
 class RemoveContextInFcInvocationWrapperCommand
          Implements a command that wraps a Context modification (delete) in factoryComponentConfiguration & context extensions.
 class RemoveContextInProductionPlanWrapperCommand
          Implements a command that wraps a Context modification (delete) in ProductionPlan & context extensions.
 class SetContextElementWrapperCommand
          Implements a command that wraps a context element modification in a context extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.contract
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.contract
 class AbstractContractWrapperCommand
          Base class to implement a command that wraps a contract extension processing.
 class AddContractElementWrapperCommand
          Implements a command that wraps a contract element creation in a contract extension.
 class RemoveContractElementWrapperCommand
          Implements a command that wraps a contract element delete in a contract extension.
 class SetContractElementWrapperCommand
          Implements a command that wraps a contract element modification in a contract extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.domain
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.domain
 class AbstractDomainWrapperCommand
          Base class to implement command that wrap a domain modification in factoryComponent extension.
 class RemoveDomainWrapperCommand
          Implements a command that wraps a domain modification in factoryComponent extension.
 class SetDomainWrapperCommand
          Implements a command that wraps a domain modification in factoryComponent extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.fc
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.fc
 class SetFactoryComponentWrapperCommand
          Implements a command that wraps a factory component modification in a factoryComponent extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.fci
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.fci
 class AbstractFactoryComponentInvocationWrapperCommand
          Base class to implement that wraps an factory component invocation modification in plug-in files.
 class AddFactoryComponentInvocationWrapperCommand
          Implements a command that wraps an factory component invocation modification in ProductionPlan & factoryComponentConfiguration extensions.
 class RemoveFactoryComponentInvocationWrapperCommand
          Implements a command that wraps a factory component invocation modification in ProductionPlan & factoryComponentConfiguration extensions.
 class SetFactoryComponentInvocationWrapperCommand
          Implements a command that wraps a factory component invocation modification in factoryComponentConfiguration extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.library
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.library
 class AddPatternLibraryWrapperCommand
          Implements a command that wraps a pattern library modification in a pattern extension.
 class RemovePatternLibraryWrapperCommand
          Implements a command that wraps a pattern library modification in a pattern extension.
 class SetPatternLibraryWrapperCommand
          Implements a command that wraps a pattern library modification in a pattern extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.mapping
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.mapping
 class AbstractMappingWrapperCommand
          Base class to implement commands that wrap mapping modifications in a mapping extension.
 class AddMappingWrapperCommand
          Implements a command that wraps a mapping modification in a mapping extension.
 class RemoveMappingWrapperCommand
          Implements a command that wraps a mapping modification in a mapping extension.
 class SetMappingWrapperCommand
          Implements a command that wraps a mapping modification in a mapping extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.pattern
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.pattern
 class AddPatternWrapperCommand
           
 class RemovePatternWrapperCommand
          Implements a command that wraps a pattern modification in a pattern extension.
 class SetPatternWrapperCommand
          Implements a command that wraps a pattern modification in a pattern extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.taskfactory
 

Subclasses of PluginChangeWrapperCommand in org.eclipse.egf.model.edit.command.plugin.taskfactory
 class AddTaskFactoryHolderWrapperCommand
          Implements a command that wraps a Task Factory Holder modification in taskFactory extensions.
 class RemoveTaskFactoryHolderWrapperCommand
          Implements a command that wraps a Task Factory Holder modification in taskFactory extensions.
 class SetTaskFactoryHolderWrapperCommand
          Implements a command that wraps a task factory holder modification in taskFactory extension.
 

Uses of PluginChangeWrapperCommand in org.eclipse.egf.model.provider
 

Methods in org.eclipse.egf.model.provider that return PluginChangeWrapperCommand
protected  PluginChangeWrapperCommand FactoryComponentInvocationItemProvider.getAddContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand AbstractFactoryComponentFactoryItemProvider.getAddContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object value_p)
          Return the AddContextWrapperCommand according to the real AbstractFactoryComponentFactory.
protected  PluginChangeWrapperCommand ProductionPlanItemProvider.getAddContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object value_p)
           
protected  PluginChangeWrapperCommand FactoryComponentInvocationItemProvider.getRemoveContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object contextToRemove_p)
           
protected  PluginChangeWrapperCommand AbstractFactoryComponentFactoryItemProvider.getRemoveContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object contextToRemove_p)
          Return the RemoveContextWrapperCommand according to real AbstractFactoryComponentFactory.
protected  PluginChangeWrapperCommand ProductionPlanItemProvider.getRemoveContextWrapperCommand(EditingDomain domain_p, EObject owner_p, EStructuralFeature feature_p, Object contextToRemove_p)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.