Uses of Class
org.eclipse.gmf.tooling.runtime.ocl.tracker.OclTrackerFactory.Type

Packages that use OclTrackerFactory.Type
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.ocl.tracker   
org.eclipse.gmf.tooling.runtime.parsers   
 

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

Methods in org.eclipse.gmf.tooling.runtime with parameters of type OclTrackerFactory.Type
 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.Type in org.eclipse.gmf.tooling.runtime.edit.policies.effect
 

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

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

Methods in org.eclipse.gmf.tooling.runtime.impl.ocl.tracker.activeocl that return OclTrackerFactory.Type
 OclTrackerFactory.Type ActiveOclTrackerFactory.getImplementationType()
           
 

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

Methods in org.eclipse.gmf.tooling.runtime.ocl.tracker that return OclTrackerFactory.Type
 OclTrackerFactory.Type OclTrackerFactory.getImplementationType()
           
static OclTrackerFactory.Type OclTrackerFactory.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OclTrackerFactory.Type[] OclTrackerFactory.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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



Copyright © 2012. All Rights Reserved.