EGF Engine
Release 0.1.0

Uses of Class
org.eclipse.egf.pde.plugin.command.AbstractExtensionChangesCommand

Packages that use AbstractExtensionChangesCommand
org.eclipse.egf.pde.emf.internal.plugin.command   
org.eclipse.egf.pde.internal.plugin.command.context   
org.eclipse.egf.pde.internal.plugin.command.contract   
org.eclipse.egf.pde.internal.plugin.command.contract.element.ref   
org.eclipse.egf.pde.internal.plugin.command.fc   
org.eclipse.egf.pde.internal.plugin.command.fci   
org.eclipse.egf.pde.internal.plugin.command.mapping   
org.eclipse.egf.pde.internal.plugin.command.pp   
org.eclipse.egf.pde.internal.plugin.command.taskfactory   
org.eclipse.egf.pde.pattern.internal.plugin.command   
org.eclipse.egf.pde.pattern.internal.plugin.command.condition   
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.emf.internal.plugin.command
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.emf.internal.plugin.command
 class AbstractGeneratedPackageCommand
          Base class to implement commands that deal with the org.eclipse.emf.ecore.generated_package extension in plug-ins.
 class SetGeneratedPackageCommand
          Implement a command that sets the org.eclipse.emf.ecore.generated_package extension in plug-ins.
 class UnsetGeneratedPackageCommand
          Unset EMF 'generated_package' for specified URI.
 class UpdateGeneratedPackageCommand
           
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.context
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.context
 class AbstractContextCommand
          Base class to implement commands that deal with context extension-point.
 class AbstractContextElementCommand
          Base class to implement commands that deal with context element in context extension-point.
 class AbstractCtxtEltBasedOnContractEltRefCmd
          Base class to implement commands that deal with context element based on a contract element reference in context extension-point.
 class AbstractCtxtEltBaseOnKeyCmd
          Base class to implement commands that deal with context element based on a simple key in context extension-point.
 class SetContextCommand
          This command updates or creates an extension matching context extension-point.
 class SetCtxtEltBasedOnContractEltRefCmd
          This commands creates or updates a contextElement based on a contractElementReference in an extension matching context extension-point.
 class SetCtxtEltBasedOnKeyCmd
          This commands creates or updates a contextElement based on a simple key in an extension matching context extension-point.
 class UnsetContextCommand
          This command removes an extension matching context extension-point.
 class UnsetContextElementCommand
           
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract
 class AbstractContractCommand
          Base class to implement commands that deal with Contract extension-point.
 class AbstractContractElementCommand
          Base class to implement command that deal with Contract extension-point.
 class SetContractElementCommand
          This command updates or creates a contractElement in an extension matching Contract extension-point.
 class SetContractExtensionCommand
          This command creates a new root contract extension (see Contract extension point).
 class UnsetContractElementCommand
          This command removes a contractElement in an extension matching Contract extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract.element.ref
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract.element.ref
 class AbstractContractElementRefCmd
          Base class to implement commands that deal with ContractElementReferences extension-point.
 class SetContractElementRefCmd
          This command updates or creates a contractElementReference in an extension matching ContractElementReferences extension-point.
 class UnsetContractElementRefCmd
          This command removes an existing extension matching ContractElementReferences extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fc
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fc
 class AbstractFactoryComponentExtensionCommand
          Base class to implement commands that deal with FactoryComponent extension-point.
 class SetFactoryComponentExtensionCommand
          This command updates or creates an extension matching FactoryComponent extension-point.
 class UnsetFactoryComponentExtensionCommand
          This command unsets an existing extension matching factoryComponent extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fci
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fci
 class AbstractFactoryComponentInvocationCommand
          Base class to implement command that deal with factoryComponentInvocation extension-point.
 class SetFactoryComponentInvocationCommand
          This command updates or creates an extension matching factoryComponentInvocation extension-point.
 class UnsetFactoryComponentInvocationCommand
          This command removes an extension matching factoryComponentConfiguration extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.mapping
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.mapping
 class AbstractMappingCommand
          Base class to implement command that deal with mapping extension-point.
 class SetMappingCommand
          This command updates or creates an extension matching mapping extension-point.
 class UnsetMappingCommand
          This command removes an extension matching mapping extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.pp
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.pp
 class AbstractFactoryComponentInvocationReferenceCommand
           
 class AbstractProductionPlanCommand
          Base class to implement commands that deal with ProductionPlan extension-point.
 class SetFactoryComponentInvocationReferenceCommand
          This command updates or creates an FactoryComponentInvocation in an extension matching ProductionPlan extension-point.
 class SetProductionPlanExtensionCommand
          This command updates or creates an extension matching ProductionPlan extension-point.
 class UnsetFactoryComponentInvocationReferenceCommand
          This command removes an FactoryComponentInvocation in an extension matching ProductionPlan extension-point.
 class UnsetProductionPlanExtensionCommand
          This command removes an existing extension matching ProductionPlan extension-point
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.taskfactory
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.internal.plugin.command.taskfactory
 class AbstractTaskFactoryCommand
          Base class to implement commands that deal with taskFactory extension-point.
 class SetTaskFactoryCommand
          This command updates or creates an extension matching taskFactory extension-point.
 class UnsetTaskFactoryCommand
          This command removes an extension matching taskFactory extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command
 class AbstractPatternElementCommand
          Base class to implement commands that change something regarding 'pattern' extensions : either a pattern library or a pattern.
 class AbstractPatternTemplateCommand
          Base class to implement commands that change something regarding 'generatedPattern' extensions.
 class SetPatternCommand
          This command updates or creates a pattern in an extension matching 'pattern' extension-point.
 class SetPatternLibraryCommand
          This command updates or creates a pattern library in an extension matching 'pattern' extension-point.
 class SetPatternTemplateCommand
          This command updates or creates a generatedPattern in an extension matching generatedPattern extension-point.
 class UnsetPatternCommand
          This command removes a pattern in an extension matching 'pattern' extension-point.
 class UnsetPatternLibraryCommand
          This command removes a pattern library in an extension matching 'pattern' extension-point.
 class UnsetPatternTemplateCommand
          This command removes a generated pattern in an extension matching generatedPattern extension-point.
 class UpdatePatternTemplateCommand
          This command updates a generatedPattern in an extension matching generatedPattern extension-point.
 

Uses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command.condition
 

Subclasses of AbstractExtensionChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command.condition
 class AbstractPatternConditionCommand
           
 class SetPatternConditionCommand
           
 class UnsetPatternConditionCommand
           
 class UpdatePatternConditionCommand
           
 


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.