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 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.
 MappingRoot MappingRoot.getTypeMappingRoot()
          This returns the root of the type mapping model.
 

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, java.lang.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, java.lang.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 AdapterFactoryMappingDomain.getMappingRoot()
           
 MappingRoot MappingDomain.getMappingRoot()
          This returns the mapping root for this domain.
 

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

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
 T Ecore2EcoreSwitch.caseMappingRoot(MappingRoot object)
          Returns the result of interpreting 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 MappingFactoryImpl.createMappingRoot()
           
 MappingRoot MappingImpl.getMappingRoot()
           
 MappingRoot MappingRootImpl.getTypeMappingRoot()
           
 

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
 boolean MappingEditor.OverviewViewer.isPrimaryMappedObject(MappingRoot mappingRoot, java.lang.Object object)
          Deprecated.  
 boolean MappingEditor.OverviewViewer.isSecondaryMappedObject(MappingRoot mappingRoot, java.lang.Object object)
          Deprecated.  
protected  void MappingEditor.setMappingRoot(MappingRoot mappingRoot)
           
 

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

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

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

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


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