EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.NamedModelElementWithId

Packages that use NamedModelElementWithId
org.eclipse.egf.core.ui.internal.dialogs   
org.eclipse.egf.core.ui.internal.validators   
org.eclipse.egf.core.ui.wizard   
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.core.ui.workbench.action.edit   
org.eclipse.egf.core.ui.workbench.action.explorer   
org.eclipse.egf.core.ui.workbench.action.explorer.create   
org.eclipse.egf.core.ui.workbench.action.explorer.delete   
org.eclipse.egf.core.ui.workbench.action.fc   
org.eclipse.egf.core.ui.workbench.action.navigator   
org.eclipse.egf.core.ui.workbench.action.open   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.edit.command.plugin   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
org.eclipse.egf.model.validation   
org.eclipse.egf.pattern.refactoring.internal.move.change   
org.eclipse.egf.pattern.refactoring.move   
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.internal.dialogs
 

Method parameters in org.eclipse.egf.core.ui.internal.dialogs with type arguments of type NamedModelElementWithId
 void ModelElementSelectionDialog.setElements(List<? extends NamedModelElementWithId> modelElements_p)
          Sets the elements of the list.
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.internal.validators
 

Constructors in org.eclipse.egf.core.ui.internal.validators with parameters of type NamedModelElementWithId
PatternElementValidator(NamedModelElementWithId parent_p, AbstractPatternElement pattern_p, String errorMessage_p)
          Constructor.
 

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

Methods in org.eclipse.egf.core.ui.wizard that return NamedModelElementWithId
protected  NamedModelElementWithId NewDomainWizard.doCreateModelElement()
           
protected  NamedModelElementWithId PatternWizard.doCreateModelElement()
           
protected  NamedModelElementWithId EditDomainWizard.doCreateModelElement()
           
protected  NamedModelElementWithId AbstractPatternLibraryWizard.doCreateModelElement()
           
protected abstract  NamedModelElementWithId AbstractModelElementWizard.doCreateModelElement()
          Create concrete model element.
protected  NamedModelElementWithId FactoryComponentInvocationWizard.doCreateModelElement()
           
protected  NamedModelElementWithId TaskFactoryHolderWizard.doCreateModelElement()
           
protected  NamedModelElementWithId ContextElementWizard.doCreateModelElement()
           
protected  NamedModelElementWithId MappingWizard.doCreateModelElement()
           
protected  NamedModelElementWithId ContractElementWizard.doCreateModelElement()
           
protected  NamedModelElementWithId EditFactoryComponentWizard.doCreateModelElement()
           
 NamedModelElementWithId AbstractModelElementWizard.getModelElement()
          Get the model element object handled by this wizard.
 

Methods in org.eclipse.egf.core.ui.wizard with parameters of type NamedModelElementWithId
protected  Command NewDomainWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command PatternWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command EditDomainWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected abstract  Command AbstractModelElementWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
          Get the command responsible of adding the created element to given parent when performing finish.
protected  Command FactoryComponentInvocationWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command TaskFactoryHolderWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command RootPatternLibraryWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command ContextElementWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command MappingWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command ContractElementWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command PatternLibraryWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
protected  Command EditFactoryComponentWizard.getAddCommandForCreatedElement(AdapterFactoryEditingDomain editingDomain_p, EObject parent_p, NamedModelElementWithId createdElement_p)
           
 

Constructors in org.eclipse.egf.core.ui.wizard with parameters of type NamedModelElementWithId
AbstractModelElementWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
AbstractPatternLibraryWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p, boolean creationMode_p)
          Constructor.
ContextElementWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
ContractElementWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
EditDomainWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
EditFactoryComponentWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
FactoryComponentInvocationWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
MappingWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
NewDomainWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
PatternLibraryWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p, boolean creationMode_p)
          Constructor.
PatternWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
RootPatternLibraryWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p, boolean creationMode_p)
          Constructor.
TaskFactoryHolderWizard(EObject parent_p, NamedModelElementWithId modelElement_p, boolean readOnlyMode_p)
          Constructor.
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.wizard.page
 

Methods in org.eclipse.egf.core.ui.wizard.page that return NamedModelElementWithId
protected  NamedModelElementWithId AbstractModelElementWizardPage.getModelElement()
          Get the model element object displayed in this page.
protected  NamedModelElementWithId AbstractModelElementWizardPage.getParent()
          Get the parent object of the handled model element.
 

Methods in org.eclipse.egf.core.ui.wizard.page with parameters of type NamedModelElementWithId
protected  void AbstractModelElementWizardPage.bindTextToAttribute(Text text_p, EAttribute feature_p, NamedModelElementWithId modelElement_p, UpdateWizardPage featureValueChangeListener_p)
          Create a data binding between given Text control and a given attribute for given model element.
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.edit
 

Methods in org.eclipse.egf.core.ui.workbench.action.edit with parameters of type NamedModelElementWithId
protected  Wizard EditDomainAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditPatternLibraryAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditMappingAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
           
protected  Wizard EditContextElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditFactoryComponentInvocationAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditFactoryComponentAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditContractElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard EditTaskFactoryHolderAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.explorer
 

Methods in org.eclipse.egf.core.ui.workbench.action.explorer with parameters of type NamedModelElementWithId
protected  Wizard ProducePatternElementAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
           
protected  Wizard AbstractCleanPatternElementAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.explorer.create
 

Methods in org.eclipse.egf.core.ui.workbench.action.explorer.create with parameters of type NamedModelElementWithId
protected  Wizard CreateFactoryComponentInvocationAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateTaskFactoryHolderAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreatePatternLibraryAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateContextAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateRootPatternLibraryAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateContextElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateContractElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateDomainAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreatePatternAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
protected  Wizard CreateMappingAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.explorer.delete
 

Methods in org.eclipse.egf.core.ui.workbench.action.explorer.delete with parameters of type NamedModelElementWithId
protected  boolean DeleteModelElementAction.closeEditor(NamedModelElementWithId modelElement_p)
          Close the editor related to given model element if any.
protected  boolean DeleteMappingAction.closeEditor(NamedModelElementWithId modelElement_p)
           
protected  boolean DeleteDomainAction.closeEditor(NamedModelElementWithId modelElement_p)
           
protected  boolean DeletePatternAction.closeEditor(NamedModelElementWithId modelElement_p)
           
protected  Wizard DeleteModelElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.fc
 

Methods in org.eclipse.egf.core.ui.workbench.action.fc with parameters of type NamedModelElementWithId
protected  Wizard AbstractFactoryExecutionAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.navigator
 

Methods in org.eclipse.egf.core.ui.workbench.action.navigator that return NamedModelElementWithId
 NamedModelElementWithId AbstractModelElementAction.getModelElement()
          Get the editing model element.
 

Methods in org.eclipse.egf.core.ui.workbench.action.navigator with parameters of type NamedModelElementWithId
protected abstract  Wizard AbstractModelElementAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
          Get the wizard that handles with given model element.
protected  Wizard ValidateElementAction.getWizardFor(NamedModelElementWithId selectedModelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.core.ui.workbench.action.open
 

Methods in org.eclipse.egf.core.ui.workbench.action.open with parameters of type NamedModelElementWithId
protected  Wizard OpenModelElementAction.getWizardFor(NamedModelElementWithId modelElement_p)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.model
 

Subinterfaces of NamedModelElementWithId in org.eclipse.egf.model
 interface AbstractFactoryComponentFactory
          A representation of the model object 'Abstract FactoryComponent Factory'.
 interface AbstractPatternElement
          A representation of the model object 'Abstract Pattern Element'.
 interface AbstractViewpoint
          A representation of the model object 'Abstract Viewpoint'.
 interface Context
          A representation of the model object 'Context'.
 interface ContextElement
          A representation of the model object 'Context Element'.
 interface Contract
          A representation of the model object 'Contract'.
 interface ContractElement
          A representation of the model object 'Contract Element'.
 interface ContractElementReference
          A representation of the model object 'Contract Element Reference'.
 interface Domain
          A representation of the model object 'Domain'.
 interface Factory
          A representation of the model object 'Factory'.
 interface FactoryComponent
          A representation of the model object 'FactoryComponent'.
 interface FactoryComponentInvocation
          A representation of the model object 'FactoryComponent Configuration'.
 interface MappingModel
          A representation of the model object 'Mapping Model'.
 interface MappingViewpoint
          A representation of the model object 'Mapping Viewpoint'.
 interface PatternLibrary
          A representation of the model object 'Pattern Library'.
 interface PatternModel
          A representation of the model object 'Pattern Model'.
 interface PatternViewpoint
          A representation of the model object 'Pattern Viewpoint'.
 interface ProductionPlan
          A representation of the model object 'Production Plan'.
 interface Specification
          A representation of the model object 'Specification'.
 interface TaskFactoryHolder
          A representation of the model object 'Task Factory Holder'.
 interface Type
          A representation of the model object 'Type'.
 

Uses of NamedModelElementWithId in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper with parameters of type NamedModelElementWithId
static FactoryComponent ModelHelper.getFactoryComponentContainer(NamedModelElementWithId modelElement_p)
          Get the factory component where given model element is a child of.
static IProject ModelHelper.getProject(NamedModelElementWithId modelElement_p)
          Get the hosting project for given model element.
 

Uses of NamedModelElementWithId in org.eclipse.egf.model.edit.command.plugin
 

Methods in org.eclipse.egf.model.edit.command.plugin that return NamedModelElementWithId
protected  NamedModelElementWithId PluginChangeWrapperCommand.getModelElement()
          Get the model element object upon which this command will act.
 

Uses of NamedModelElementWithId in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement NamedModelElementWithId
 class AbstractFactoryComponentFactoryImpl
          An implementation of the model object 'Abstract FactoryComponent Factory'.
 class AbstractPatternElementImpl
          An implementation of the model object 'Abstract Pattern Element'.
 class AbstractViewpointImpl
          An implementation of the model object 'Abstract Viewpoint'.
 class ContextElementImpl
          An implementation of the model object 'Context Element'.
 class ContextImpl
          An implementation of the model object 'Context'.
 class ContractElementImpl
          An implementation of the model object 'Contract Element'.
 class ContractElementReferenceImpl
          An implementation of the model object 'Contract Element Reference'.
 class ContractImpl
          An implementation of the model object 'Contract'.
 class DomainImpl
          An implementation of the model object 'Domain'.
 class FactoryComponentImpl
          An implementation of the model object 'FactoryComponent'.
 class FactoryComponentInvocationImpl
          An implementation of the model object 'FactoryComponent Configuration'.
 class FactoryImpl
          An implementation of the model object 'Factory'.
 class MappingModelImpl
          An implementation of the model object 'Mapping Model'.
 class MappingViewpointImpl
          An implementation of the model object 'Mapping Viewpoint'.
 class NamedModelElementWithIdImpl
          An implementation of the model object 'Named Model Element With Id'.
 class PatternLibraryImpl
          An implementation of the model object 'Pattern Library'.
 class PatternModelImpl
          An implementation of the model object 'Pattern Model'.
 class PatternViewpointImpl
          An implementation of the model object 'Pattern Viewpoint'.
 class ProductionPlanImpl
          An implementation of the model object 'Production Plan'.
 class SpecificationImpl
          An implementation of the model object 'Specification'.
 class TaskFactoryHolderImpl
          An implementation of the model object 'Task Factory Holder'.
 class TypeImpl
          An implementation of the model object 'Type'.
 

Uses of NamedModelElementWithId in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type NamedModelElementWithId
 T ModelSwitch.caseNamedModelElementWithId(NamedModelElementWithId object)
          Returns the result of interpreting the object as an instance of 'Named Model Element With Id'
 boolean ModelValidator.validateNamedModelElementWithId_overall(NamedModelElementWithId namedModelElementWithId, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the overall constraint of 'Named Model Element With Id'.
 boolean ModelValidator.validateNamedModelElementWithId(NamedModelElementWithId namedModelElementWithId, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of NamedModelElementWithId in org.eclipse.egf.model.validation
 

Methods in org.eclipse.egf.model.validation with parameters of type NamedModelElementWithId
 boolean IDelegatedValidator.validate(NamedModelElementWithId modelElement_p, DiagnosticChain diagnostics_p, Map<Object,Object> context_p)
          Validate specified model element.
 

Uses of NamedModelElementWithId in org.eclipse.egf.pattern.refactoring.internal.move.change
 

Methods in org.eclipse.egf.pattern.refactoring.internal.move.change with parameters of type NamedModelElementWithId
protected  Command PatternElementChange.createAddCommandToContainer(EditingDomain editingDomain_p, NamedModelElementWithId destinationContainer_p, AbstractPatternElement elementToMove_p)
          Create a new command for adding the element to a new container.
static Change PatternElementChange.createPatternElementChange(NamedModelElementWithId destinationElement_p, AbstractPatternElement patternElement_p)
          Create a new pattern element change with given parameters.
protected  Command PatternElementChange.createRemoveFromContainerCommand(EditingDomain editingDomain_p, NamedModelElementWithId container_p, AbstractPatternElement elementToMove_p)
          Create a new command for removing the element from its container.
protected  EReference PatternElementChange.getReferenceForContainer(NamedModelElementWithId container_p)
          Get containing reference for given container, that is hosting the element to move.
protected  void PatternElementChange.updateModels(AbstractPatternElement elementToMove_p, NamedModelElementWithId previousContainingElement_p, NamedModelElementWithId destinationElement_p)
          Update models.
 

Uses of NamedModelElementWithId in org.eclipse.egf.pattern.refactoring.move
 

Methods in org.eclipse.egf.pattern.refactoring.move that return NamedModelElementWithId
 NamedModelElementWithId MoveInfo.getDestinationElement()
          Get destination element.
 

Methods in org.eclipse.egf.pattern.refactoring.move with parameters of type NamedModelElementWithId
 void MoveInfo.setDestinationElement(NamedModelElementWithId destinationElement_p)
          Set destination element.
 


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.