Class PalladioComponentModelAbstractParser
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.seff.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 Classes Modifier and Type Class Description protected classPalladioComponentModelAbstractParser.InvalidValue
-
Constructor Summary
Constructors Constructor Description PalladioComponentModelAbstractParser()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected MessageFormatcreateEditProcessor(String editPattern)protected MessageFormatcreateViewProcessor(String viewPattern)IContentAssistProcessorgetCompletionProcessor(IAdaptable element)StringgetEditPattern()protected MessageFormatgetEditProcessor()StringgetEditString(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)StringgetPrintString(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)StringgetViewPattern()protected MessageFormatgetViewProcessor()org.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)
-
-
-
Method Detail
-
getViewPattern
public String getViewPattern()
- Generated class or method.
-
getViewProcessor
protected MessageFormat getViewProcessor()
- Generated class or method.
-
setViewPattern
public void setViewPattern(String viewPattern)
- Generated class or method.
-
createViewProcessor
protected MessageFormat createViewProcessor(String viewPattern)
- Generated class or method.
-
getEditPattern
public String getEditPattern()
- Generated class or method.
-
getEditProcessor
protected MessageFormat getEditProcessor()
- Generated class or method.
-
setEditPattern
public void setEditPattern(String editPattern)
- Generated class or method.
-
createEditProcessor
protected MessageFormat createEditProcessor(String editPattern)
- Generated class or method.
-
getPrintString
public String getPrintString(IAdaptable adapter, int flags)
- Specified by:
getPrintStringin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParser- Generated class or method.
-
getEditString
public String getEditString(IAdaptable adapter, int flags)
- 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
public IContentAssistProcessor getCompletionProcessor(IAdaptable element)
- 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
protected Object getValidValue(EStructuralFeature feature, Object value)
- Generated class or method.
-
getValidNewValue
protected Object getValidNewValue(EStructuralFeature feature, Object value)
- Generated class or method.
-
-