Uses of Interface
org.eclipse.emf.mapping.MappingRoot

Packages that use MappingRoot
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.command   
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.presentation   
org.eclipse.emf.mapping.provider   
org.eclipse.emf.mapping.util   
 

Uses of MappingRoot in org.eclipse.emf.mapping
 

Methods in org.eclipse.emf.mapping that return MappingRoot
 MappingRoot MappingRoot.getTypeMappingRoot()
          This returns the root of the type mapping model.
 MappingRoot MappingFactory.createMappingRoot()
          Returns a new object of class 'Root'
 MappingRoot Mapping.getMappingRoot()
          This returns either the containing mapping root or the object itself, if it is a mapping root.
 

Uses of MappingRoot in org.eclipse.emf.mapping.command
 

Fields in org.eclipse.emf.mapping.command declared as MappingRoot
protected  MappingRoot PersistentCommandStack.Decoder.mappingRoot
           
 

Methods in org.eclipse.emf.mapping.command with parameters of type MappingRoot
protected  PersistentCommandStack.Decoder PersistentCommandStack.createDecoder(MappingRoot mappingRoot, ResourceSet resourceSet, ClassLoader classLoader)
          You can overide this to create your own type of decoder.
 

Constructors in org.eclipse.emf.mapping.command with parameters of type MappingRoot
PersistentCommandStack.Decoder(MappingRoot mappingRoot, ResourceSet resourceSet, ClassLoader classLoader)
           
 

Uses of MappingRoot in org.eclipse.emf.mapping.domain
 

Fields in org.eclipse.emf.mapping.domain declared as MappingRoot
protected  MappingRoot AdapterFactoryMappingDomain.mappingRoot
           
 

Methods in org.eclipse.emf.mapping.domain that return MappingRoot
 MappingRoot MappingDomain.getMappingRoot()
          This returns the mapping root for this domain.
 MappingRoot AdapterFactoryMappingDomain.getMappingRoot()
           
 

Methods in org.eclipse.emf.mapping.domain with parameters of type MappingRoot
 void MappingDomain.setMappingRoot(MappingRoot root)
          This sets the mapping root for this domain to use.
 void AdapterFactoryMappingDomain.setMappingRoot(MappingRoot mappingRoot)
           
 

Uses of MappingRoot in org.eclipse.emf.mapping.ecore2ecore
 

Subinterfaces of MappingRoot in org.eclipse.emf.mapping.ecore2ecore
 interface Ecore2EcoreMappingRoot
           A representation of the model object 'Mapping Root'
 

Uses of MappingRoot in org.eclipse.emf.mapping.ecore2ecore.impl
 

Classes in org.eclipse.emf.mapping.ecore2ecore.impl that implement MappingRoot
 class Ecore2EcoreMappingRootImpl
           An implementation of the model object 'Mapping Root'
 

Uses of MappingRoot in org.eclipse.emf.mapping.ecore2ecore.util
 

Methods in org.eclipse.emf.mapping.ecore2ecore.util with parameters of type MappingRoot
 Object Ecore2EcoreSwitch.caseMappingRoot(MappingRoot object)
          Returns the result of interpretting the object as an instance of 'Root'
 

Uses of MappingRoot in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement MappingRoot
 class MappingRootImpl
           An implementation of the model object 'Root'
 

Methods in org.eclipse.emf.mapping.impl that return MappingRoot
 MappingRoot MappingRootImpl.getTypeMappingRoot()
           
 MappingRoot MappingImpl.getMappingRoot()
           
 MappingRoot MappingFactoryImpl.createMappingRoot()
           
 

Uses of MappingRoot in org.eclipse.emf.mapping.presentation
 

Fields in org.eclipse.emf.mapping.presentation declared as MappingRoot
protected  MappingRoot MappingEditor.mappingRoot
          This keeps track of the root object of the model.
 

Methods in org.eclipse.emf.mapping.presentation with parameters of type MappingRoot
protected  void MappingEditor.setMappingRoot(MappingRoot mappingRoot)
           
 boolean MappingEditor.OverviewViewer.isPrimaryMappedObject(MappingRoot mappingRoot, Object object)
           
 boolean MappingEditor.OverviewViewer.isSecondaryMappedObject(MappingRoot mappingRoot, Object object)
           
 

Uses of MappingRoot in org.eclipse.emf.mapping.provider
 

Methods in org.eclipse.emf.mapping.provider with parameters of type MappingRoot
static Object MappingItemProvider.getImage(MappingRoot mappingRoot, String prefix, Collection collection)
           
static Object MappingItemProvider.getImage(MappingRoot mappingRoot, String prefix, Collection collection, boolean supportNone)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection, String pathSeparator)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection, String pathSeparator, String objectSeparator, String divider)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection inputs, Collection outputs)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection inputs, Collection outputs, String objectSeparator, String divider)
           
 

Uses of MappingRoot in org.eclipse.emf.mapping.util
 

Methods in org.eclipse.emf.mapping.util with parameters of type MappingRoot
 Object MappingSwitch.caseMappingRoot(MappingRoot object)
          Returns the result of interpretting the object as an instance of 'Root'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.