EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.data.reader.descriptor.IFactoryComponentReader

Packages that use IFactoryComponentReader
org.eclipse.egf.model.data.reader.descriptor   
org.eclipse.egf.model.internal.data   
org.eclipse.egf.pde.pattern.reader   
org.eclipse.egf.pde.reader   
 

Uses of IFactoryComponentReader in org.eclipse.egf.model.data.reader.descriptor
 

Methods in org.eclipse.egf.model.data.reader.descriptor that return IFactoryComponentReader
 IFactoryComponentReader ITypedDescriptor.getFactoryComponentReader()
          Get the factory component reader that creates this descriptor.
 

Uses of IFactoryComponentReader in org.eclipse.egf.model.internal.data
 

Methods in org.eclipse.egf.model.internal.data that return IFactoryComponentReader
 IFactoryComponentReader ModelElement.getFactoryComponentReader()
          Get the factory component reader that has been used to collect data for this object.
 

Methods in org.eclipse.egf.model.internal.data with parameters of type IFactoryComponentReader
 void ModelElement.setFactoryComponentReader(IFactoryComponentReader reader_p)
          Set the factory component reader that has been used to collect data for this object.
 

Uses of IFactoryComponentReader in org.eclipse.egf.pde.pattern.reader
 

Classes in org.eclipse.egf.pde.pattern.reader that implement IFactoryComponentReader
 class PatternExtensionReader
          This implementation reads EGF elements (only libraries and patterns) coming from the workspace or the target platform.
 

Uses of IFactoryComponentReader in org.eclipse.egf.pde.reader
 

Classes in org.eclipse.egf.pde.reader that implement IFactoryComponentReader
 class PdeTargetPlatformReader
           
 class WorkspaceFactoryComponentReader
          This implementation reads EGF elements in using PDE services.
 


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.