Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.parser.IParser

Packages that use IParser
org.eclipse.gmf.runtime.common.ui.services.parser Provides the framework for the parser service. 
org.eclipse.gmf.runtime.diagram.ui.providers.parsers   
org.eclipse.gmf.runtime.emf.ui.services.parser MSL-specific extensions to the common parser service. 
 

Uses of IParser in org.eclipse.gmf.runtime.common.ui.services.parser
 

Methods in org.eclipse.gmf.runtime.common.ui.services.parser that return IParser
 IParser ParserService.getParser(IAdaptable hint)
           
 IParser IParserProvider.getParser(IAdaptable hint)
          Method getParser.
 

Uses of IParser in org.eclipse.gmf.runtime.diagram.ui.providers.parsers
 

Classes in org.eclipse.gmf.runtime.diagram.ui.providers.parsers that implement IParser
 class DescriptionParser
          Description parser
 

Fields in org.eclipse.gmf.runtime.diagram.ui.providers.parsers declared as IParser
protected static IParser DescriptionParser.instance
          instance of parser
 

Methods in org.eclipse.gmf.runtime.diagram.ui.providers.parsers that return IParser
static IParser DescriptionParser.getInstance()
          Gets the instance of the parser
 

Uses of IParser in org.eclipse.gmf.runtime.emf.ui.services.parser
 

Subinterfaces of IParser in org.eclipse.gmf.runtime.emf.ui.services.parser
 interface ISemanticParser
          Parser that permit the clients to register themselves with the semantic element changes with the event handler.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.