Uses of Interface
org.eclipse.gmf.tooling.runtime.ocl.tracker.OclTrackerFactory

Packages that use OclTrackerFactory
org.eclipse.gmf.tooling.runtime   
org.eclipse.gmf.tooling.runtime.edit.policies.effect   
org.eclipse.gmf.tooling.runtime.impl.ocl.tracker.activeocl   
org.eclipse.gmf.tooling.runtime.parsers   
 

Uses of OclTrackerFactory in org.eclipse.gmf.tooling.runtime
 

Methods in org.eclipse.gmf.tooling.runtime that return OclTrackerFactory
 OclTrackerFactory GMFToolingRuntimePlugin.getOclTrackerFactory()
          This is the main intended way to access the OclTrackerFactory.
 OclTrackerFactory GMFToolingRuntimePlugin.getOclTrackerFactory(OclTrackerFactory.Type type)
          This is the helper method allowing caller to access the specific OclTrackerFactory implementation without adding an explicit dependency to the containing plugin.
 

Uses of OclTrackerFactory in org.eclipse.gmf.tooling.runtime.edit.policies.effect
 

Constructors in org.eclipse.gmf.tooling.runtime.edit.policies.effect with parameters of type OclTrackerFactory
AbstractOclVisualEffectEditPolicy(OclTrackerFactory factory)
           
 

Uses of OclTrackerFactory in org.eclipse.gmf.tooling.runtime.impl.ocl.tracker.activeocl
 

Classes in org.eclipse.gmf.tooling.runtime.impl.ocl.tracker.activeocl that implement OclTrackerFactory
 class ActiveOclTrackerFactory
           
 

Uses of OclTrackerFactory in org.eclipse.gmf.tooling.runtime.parsers
 

Constructors in org.eclipse.gmf.tooling.runtime.parsers with parameters of type OclTrackerFactory
ExpressionLabelParserBase(OclTrackerFactory oclTrackerFactory)
           
OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature, String itemsExpression, String showExpression, org.eclipse.emf.common.notify.AdapterFactory itemProvidersAdapterFactory, OclTrackerFactory oclTrackerFactory)
           
 



Copyright © 2012. All Rights Reserved.