Runtime

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

Packages that use IParserEditStatus
org.eclipse.gmf.runtime.common.ui.services.parser Provides the framework for the parser service. 
org.eclipse.gmf.runtime.diagram.ui.providers.parsers   
 

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

Classes in org.eclipse.gmf.runtime.common.ui.services.parser that implement IParserEditStatus
 class ParserEditStatus
          Concrete implementation of the IParserEditStatus suitable for use or extending.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.parser that return IParserEditStatus
 IParserEditStatus IParser.isValidEditString(IAdaptable element, java.lang.String editString)
          Tests if the user-entered string is in a valid form that can be parsed
 

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

Methods in org.eclipse.gmf.runtime.diagram.ui.providers.parsers that return IParserEditStatus
 IParserEditStatus DescriptionParser.isValidEditString(IAdaptable element, java.lang.String editString)
           
 


Runtime

Guidelines for using Eclipse APIs.

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