Uses of Interface
org.eclipse.emf.common.util.Diagnostic

Packages that use Diagnostic
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.edit.ui.action This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command 
 

Uses of Diagnostic in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement Diagnostic
 class BasicDiagnostic
          A basic implementation of a diagostic that that also acts as a chain.
 

Fields in org.eclipse.emf.common.util declared as Diagnostic
static Diagnostic Diagnostic.OK_INSTANCE
          A diagnostic indicating that everything is okay.
 

Methods in org.eclipse.emf.common.util with parameters of type Diagnostic
 void DiagnosticChain.add(Diagnostic diagnostic)
          Adds the diagnostic to the chain.
 void DiagnosticChain.addAll(Diagnostic diagnostic)
          Adds the children of the diagnostic to the chain.
 void DiagnosticChain.merge(Diagnostic diagnostic)
          If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
 void BasicDiagnostic.add(Diagnostic diagnostic)
           
 void BasicDiagnostic.addAll(Diagnostic diagnostic)
           
 void BasicDiagnostic.merge(Diagnostic diagnostic)
           
static IStatus BasicDiagnostic.toIStatus(Diagnostic diagnostic)
          Return the diagnostic viewed as an IStatus.
 

Uses of Diagnostic in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util that return Diagnostic
 Diagnostic Diagnostician.validate(EObject eObject)
           
 Diagnostic Diagnostician.validate(EDataType eDataType, Object value)
           
 

Uses of Diagnostic in org.eclipse.emf.edit.ui.action
 

Methods in org.eclipse.emf.edit.ui.action that return Diagnostic
protected  Diagnostic ValidateAction.validate(IProgressMonitor progressMonitor)
          This simply execute the command.
 

Methods in org.eclipse.emf.edit.ui.action with parameters of type Diagnostic
protected  void ValidateAction.handleDiagnostic(Diagnostic diagnostic)
           
protected  void ValidateAction.createMarkers(IFile file, Diagnostic diagnostic)
           
 void ValidateAction.EclipseResourcesUtil.createMarkers(IFile file, Diagnostic diagnostic)
           
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.