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.editparts Aurora internal packages Package Specification This package contains the edit part classes.  
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.editparts
 

Fields in org.eclipse.gmf.runtime.diagram.ui.editparts declared as IParser
protected  IParser TextCompartmentEditPart.parser
          the text parser
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editparts that return IParser
 IParser TextCompartmentEditPart.getParser()
           
 IParser ITextAwareEditPart.getParser()
          Method getParser.
 

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.