Class StoExParserProvider

  • All Implemented Interfaces:
    org.eclipse.gmf.runtime.common.core.service.IProvider, org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider

    public class StoExParserProvider
    extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider
    implements org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
    The Class StoExParserProvider.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser​(IAdaptable hint)
      Gets the parser.
      boolean provides​(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
      Provides.
      • Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider

        addProviderChangeListener, fireProviderChange, removeProviderChangeListener
      • Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider

        addProviderChangeListener, removeProviderChangeListener
    • Constructor Detail

      • StoExParserProvider

        public StoExParserProvider()
    • Method Detail

      • getParser

        public org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser​(IAdaptable hint)
        Gets the parser.
        Specified by:
        getParser in interface org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
        Parameters:
        hint - the hint
        Returns:
        the parser
        See Also:
        IParserProvider.getParser(org.eclipse.core.runtime.IAdaptable)
      • provides

        public boolean provides​(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
        Provides.
        Specified by:
        provides in interface org.eclipse.gmf.runtime.common.core.service.IProvider
        Parameters:
        operation - the operation
        Returns:
        true, if successful
        See Also:
        IProvider.provides(org.eclipse.gmf.runtime.common.core.service.IOperation)