Class CompositeParser

  • All Implemented Interfaces:
    org.eclipse.gmf.runtime.common.ui.services.parser.IParser

    public class CompositeParser
    extends Object
    implements org.eclipse.gmf.runtime.common.ui.services.parser.IParser
    Generated class or method.
    • Constructor Detail

      • CompositeParser

        public CompositeParser​(org.eclipse.gmf.runtime.common.ui.services.parser.IParser reader,
                               org.eclipse.gmf.runtime.common.ui.services.parser.IParser writer)
        Generated class or method.
    • Method Detail

      • isAffectingEvent

        public boolean isAffectingEvent​(Object event,
                                        int flags)
        Specified by:
        isAffectingEvent in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
        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.
      • isValidEditString

        public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString​(IAdaptable adapter,
                                                                                                     String editString)
        Specified by:
        isValidEditString in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
        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.
      • getCompletionProcessor

        public IContentAssistProcessor getCompletionProcessor​(IAdaptable adapter)
        Specified by:
        getCompletionProcessor in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParser
        Generated class or method.