Class PalladioComponentModelStructuralFeatureParser
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
-
- de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelStructuralFeatureParser
-
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
public class PalladioComponentModelStructuralFeatureParser extends PalladioComponentModelAbstractParser
- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
PalladioComponentModelAbstractParser.InvalidValue
-
-
Field Summary
Fields Modifier and Type Field Description static MessageFormatDEFAULT_PROCESSOR
-
Constructor Summary
Constructors Constructor Description PalladioComponentModelStructuralFeatureParser(EStructuralFeature feature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EObjectgetDomainElement(EObject element)protected MessageFormatgetEditProcessor()org.eclipse.gmf.runtime.common.core.command.ICommandgetParseCommand(IAdaptable adapter, Object[] values)protected StringgetStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor)protected StringgetStringByPattern(EObject element, EStructuralFeature feature, MessageFormat processor)protected MessageFormatgetViewProcessor()booleanisAffectingEvent(Object event, int flags)protected booleanisAffectingFeature(Object eventFeature)protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatusvalidateValues(Object[] values)-
Methods inherited from class de.uka.ipd.sdq.pcm.gmf.usage.providers.PalladioComponentModelAbstractParser
createEditProcessor, createViewProcessor, getCompletionProcessor, getEditPattern, getEditString, getModificationCommand, getParseCommand, getPrintString, getValidNewValue, getValidValue, getViewPattern, isValidEditString, setEditPattern, setViewPattern, validateNewValues
-
-
-
-
Field Detail
-
DEFAULT_PROCESSOR
public static final MessageFormat DEFAULT_PROCESSOR
- Generated class or method.
-
-
Constructor Detail
-
PalladioComponentModelStructuralFeatureParser
public PalladioComponentModelStructuralFeatureParser(EStructuralFeature feature)
- Generated class or method.
-
-
Method Detail
-
getViewProcessor
protected MessageFormat getViewProcessor()
- Overrides:
getViewProcessorin classPalladioComponentModelAbstractParser- Generated class or method.
-
getEditProcessor
protected MessageFormat getEditProcessor()
- Overrides:
getEditProcessorin classPalladioComponentModelAbstractParser- Generated class or method.
-
getStringByPattern
protected String getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor)
- Specified by:
getStringByPatternin classPalladioComponentModelAbstractParser- Generated class or method.
-
getStringByPattern
protected String getStringByPattern(EObject element, EStructuralFeature feature, MessageFormat processor)
- Generated class or method.
-
validateValues
protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus validateValues(Object[] values)
- Generated class or method.
-
getParseCommand
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, Object[] values)
- Specified by:
getParseCommandin classPalladioComponentModelAbstractParser- Generated class or method.
-
isAffectingEvent
public boolean isAffectingEvent(Object event, int flags)
- Generated class or method.
-
isAffectingFeature
protected boolean isAffectingFeature(Object eventFeature)
- Generated class or method.
-
-