Class EMFProfileParserProvider
- java.lang.Object
-
- org.eclipse.gmf.runtime.common.core.service.AbstractProvider
-
- org.modelversioning.emfprofile.diagram.providers.EMFProfileParserProvider
-
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.core.service.IProvider,org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider
public class EMFProfileParserProvider extends org.eclipse.gmf.runtime.common.core.service.AbstractProvider implements org.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider- Generated class or method.
-
-
Constructor Summary
Constructors Constructor Description EMFProfileParserProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.gmf.runtime.common.ui.services.parser.IParsergetParser(int visualID)org.eclipse.gmf.runtime.common.ui.services.parser.IParsergetParser(IAdaptable hint)static org.eclipse.gmf.runtime.common.ui.services.parser.IParsergetParser(org.eclipse.gmf.runtime.emf.type.core.IElementType type, EObject object, String parserHint)Utility method that consults ParserServicebooleanprovides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)-
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider
addProviderChangeListener, fireProviderChange, removeProviderChangeListener
-
-
-
-
Method Detail
-
getParser
protected org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(int visualID)
- Generated class or method.
-
getParser
public static org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(org.eclipse.gmf.runtime.emf.type.core.IElementType type, EObject object, String parserHint)Utility method that consults ParserService- Generated class or method.
-
getParser
public org.eclipse.gmf.runtime.common.ui.services.parser.IParser getParser(IAdaptable hint)
- Specified by:
getParserin interfaceorg.eclipse.gmf.runtime.common.ui.services.parser.IParserProvider- Generated class or method.
-
provides
public boolean provides(org.eclipse.gmf.runtime.common.core.service.IOperation operation)
- Specified by:
providesin interfaceorg.eclipse.gmf.runtime.common.core.service.IProvider- Generated class or method.
-
-