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.
  • Constructor Details

    • PalladioComponentModelAbstractParser

      public PalladioComponentModelAbstractParser()
  • Method Details

    • 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:
      getPrintString in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
      Generated class or method.
    • getEditString

      public String getEditString(IAdaptable adapter, int flags)
      Specified by:
      getEditString in interface org.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 interface org.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 interface org.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:
      getCompletionProcessor in interface org.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.