Class PalladioComponentModelAbstractParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.repository.providers.PalladioComponentModelAbstractParser
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Direct Known Subclasses:
PalladioComponentModelStructuralFeatureParser,PalladioComponentModelStructuralFeaturesParser
public abstract class PalladioComponentModelAbstractParser
extends Object
implements org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageFormatcreateEditProcessor(String editPattern) protected MessageFormatcreateViewProcessor(String viewPattern) getCompletionProcessor(IAdaptable element) protected MessageFormatgetEditString(IAdaptable adapter, int flags) protected org.eclipse.gmf.runtime.common.core.command.ICommandgetModificationCommand(EObject element, EStructuralFeature feature, Object value) protected abstract org.eclipse.gmf.runtime.common.core.command.ICommandgetParseCommand(IAdaptable adapter, Object[] values) org.eclipse.gmf.runtime.common.core.command.ICommandgetParseCommand(IAdaptable adapter, String newString, int flags) getPrintString(IAdaptable adapter, int flags) protected abstract StringgetStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) protected ObjectgetValidNewValue(EStructuralFeature feature, Object value) protected ObjectgetValidValue(EStructuralFeature feature, Object value) protected MessageFormatorg.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatusisValidEditString(IAdaptable element, String editString) voidsetEditPattern(String editPattern) voidsetViewPattern(String viewPattern) protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatusvalidateNewValues(Object[] values) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
isAffectingEvent
-
Constructor Details
-
PalladioComponentModelAbstractParser
public PalladioComponentModelAbstractParser()
-
-
Method Details
-
getViewPattern
- Generated class or method.
-
getViewProcessor
- Generated class or method.
-
setViewPattern
- Generated class or method.
-
createViewProcessor
- Generated class or method.
-
getEditPattern
- Generated class or method.
-
getEditProcessor
- Generated class or method.
-
setEditPattern
- Generated class or method.
-
createEditProcessor
- Generated class or method.
-
getPrintString
- Specified by:
getPrintStringin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
getEditString
- Specified by:
getEditStringin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
getStringByPattern
protected abstract String getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) - Generated class or method.
-
isValidEditString
public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString(IAdaptable element, String editString) - Specified by:
isValidEditStringin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
validateNewValues
protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus validateNewValues(Object[] values) - Generated class or method.
-
getParseCommand
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, String newString, int flags) - Specified by:
getParseCommandin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
getParseCommand
protected abstract org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, Object[] values) - Generated class or method.
-
getCompletionProcessor
- Specified by:
getCompletionProcessorin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
getModificationCommand
protected org.eclipse.gmf.runtime.common.core.command.ICommand getModificationCommand(EObject element, EStructuralFeature feature, Object value) - Generated class or method.
-
getValidValue
- Generated class or method.
-
getValidNewValue
- Generated class or method.
-