Class MessageFormatParser

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

    public class MessageFormatParser
    extends AbstractParser
    Generated class or method.
    • Constructor Detail

      • MessageFormatParser

        public MessageFormatParser​(EAttribute[] features)
        Generated class or method.
      • MessageFormatParser

        public MessageFormatParser​(EAttribute[] features,
                                   EAttribute[] editableFeatures)
        Generated class or method.
    • Method Detail

      • getDefaultPattern

        protected String getDefaultPattern()
        Generated class or method.
      • getViewProcessor

        protected MessageFormat getViewProcessor()
        Generated class or method.
      • getEditorProcessor

        protected MessageFormat getEditorProcessor()
        Generated class or method.
      • getDefaultEditablePattern

        protected String getDefaultEditablePattern()
        Generated class or method.
      • getEditProcessor

        protected MessageFormat getEditProcessor()
        Generated class or method.
      • getEditString

        public String getEditString​(IAdaptable adapter,
                                    int flags)
        Generated class or method.
      • isValidEditString

        public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString​(IAdaptable adapter,
                                                                                                     String editString)
        Generated class or method.
      • getParseCommand

        public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand​(IAdaptable adapter,
                                                                                    String newString,
                                                                                    int flags)
        Generated class or method.
      • getPrintString

        public String getPrintString​(IAdaptable adapter,
                                     int flags)
        Generated class or method.