Class PalladioComponentModelAbstractParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.usage.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
Modifier and TypeClassDescriptionprotected class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MessageFormat
createEditProcessor
(String editPattern) protected MessageFormat
createViewProcessor
(String viewPattern) getCompletionProcessor
(IAdaptable element) protected MessageFormat
getEditString
(IAdaptable adapter, int flags) protected org.eclipse.gmf.runtime.common.core.command.ICommand
getModificationCommand
(EObject element, EStructuralFeature feature, Object value) protected abstract org.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand
(IAdaptable adapter, Object[] values) org.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand
(IAdaptable adapter, String newString, int flags) getPrintString
(IAdaptable adapter, int flags) protected abstract String
getStringByPattern
(IAdaptable adapter, int flags, String pattern, MessageFormat processor) protected Object
getValidNewValue
(EStructuralFeature feature, Object value) protected Object
getValidValue
(EStructuralFeature feature, Object value) protected MessageFormat
org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus
isValidEditString
(IAdaptable element, String editString) void
setEditPattern
(String editPattern) void
setViewPattern
(String viewPattern) protected org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus
validateNewValues
(Object[] values) 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
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:
getPrintString
in interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
getEditString
- Specified by:
getEditString
in 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:
isValidEditString
in 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:
getParseCommand
in 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:
getCompletionProcessor
in 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.
-