org.eclipse.gmf.tooling.runtime.parsers
Class OclTrackerChoiceParser
java.lang.Object
org.eclipse.gmf.tooling.runtime.parsers.AbstractFeatureParser
org.eclipse.gmf.tooling.runtime.parsers.ChoiceParserBase
org.eclipse.gmf.tooling.runtime.parsers.OclChoiceParser
org.eclipse.gmf.tooling.runtime.parsers.OclTrackerChoiceParser
- All Implemented Interfaces:
- org.eclipse.gmf.runtime.common.ui.services.parser.IParser, ComboDirectEditManager.IChoiceParser, HasOclTracker
public class OclTrackerChoiceParser
- extends OclChoiceParser
- implements HasOclTracker
Constructor Summary |
OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory adapterFactory)
|
OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory adapterFactory,
OclTrackerFactory.Type factoryType)
|
OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory itemProvidersAdapterFactory,
OclTrackerFactory oclTrackerFactory)
|
Methods inherited from class org.eclipse.gmf.tooling.runtime.parsers.AbstractFeatureParser |
getCompletionProcessor, getEditableFeatures, getEditableValues, getFeatures, getModificationCommand, getParseCommand, getValidNewValue, getValue, getValues, isAffectingFeature, validateNewValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser |
getCompletionProcessor |
OclTrackerChoiceParser
public OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory adapterFactory)
OclTrackerChoiceParser
public OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory adapterFactory,
OclTrackerFactory.Type factoryType)
OclTrackerChoiceParser
public OclTrackerChoiceParser(org.eclipse.emf.ecore.EStructuralFeature feature,
String itemsExpression,
String showExpression,
org.eclipse.emf.common.notify.AdapterFactory itemProvidersAdapterFactory,
OclTrackerFactory oclTrackerFactory)
getEditString
public String getEditString(org.eclipse.core.runtime.IAdaptable adapter,
int flags)
- Specified by:
getEditString
in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Overrides:
getEditString
in class ChoiceParserBase
getOclTracker
public OclTracker getOclTracker()
- Specified by:
getOclTracker
in interface HasOclTracker
isAffectingEvent
public boolean isAffectingEvent(Object event,
int flags)
- Specified by:
isAffectingEvent
in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Overrides:
isAffectingEvent
in class OclChoiceParser
Copyright © 2012. All Rights Reserved.