EGF Engine
Release 0.1.0

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

Packages that use ContextElement
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.edit.command.plugin.context   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

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

Methods in org.eclipse.egf.core.ui.wizard.page that return ContextElement
protected  ContextElement ContextElementKeyWizardPage.getContextElement()
          Return the handled context element.
protected  ContextElement ContextElementReferenceWizardPage.getContextElement()
          Return the handled context element.
protected  ContextElement ContextElementValueWizardPage.getContextElement()
          Return the handled context element.
 

Uses of ContextElement in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return ContextElement
 ContextElement ModelFactory.createContextElement()
          Returns a new object of class 'Context Element'
 

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

Methods in org.eclipse.egf.model.data.helper with parameters of type ContextElement
static void ModelHelper.setContextType(ContextElement contextElement_p, String typeName_p)
          Set the context type for given type name.
 

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

Methods in org.eclipse.egf.model.edit.command.plugin.context with parameters of type ContextElement
protected  List<IPluginChangesCommand> AbstractContextElementWrapperCommand.handleContextElement(ContextElement contextElement_p)
          Handle a context to be set or created.
protected  void AbstractContextElementWrapperCommand.handleContextElementBasedOnContractElementReference(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p, ContractElementReference contractElementReference_p, String contextId_p, String contextElementId_p, String contextElementValue_p)
          Handle a context element based on a contract element reference.
protected  void AbstractContextElementWrapperCommand.handleContextElementBasedOnKey(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p, String contextId_p, String contextElementId_p, String contextElementValue_p)
          Handle a context element based on a key.
protected  void AbstractContextElementWrapperCommand.removeContextElement(List<IPluginChangesCommand> commands_p, String contextId, String contextElementId, ContextElement contextElement_p)
          Remove (in plug-in file) given context element from given context.
protected  void AbstractContextElementWrapperCommand.removePreviousContractElementReference(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p)
          Remove the previous contract element reference if any.
 

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

Classes in org.eclipse.egf.model.impl that implement ContextElement
 class ContextElementImpl
          An implementation of the model object 'Context Element'.
 

Methods in org.eclipse.egf.model.impl that return ContextElement
 ContextElement ModelFactoryImpl.createContextElement()
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type ContextElement
 T ModelSwitch.caseContextElement(ContextElement object)
          Returns the result of interpreting the object as an instance of 'Context Element'
 boolean ModelValidator.validateContextElement(ContextElement contextElement, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


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.