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

Packages that use Diagnostic
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.converter.ui.contribution.base   
org.eclipse.emf.converter.util   
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 
org.eclipse.emf.exporter   
org.eclipse.emf.importer   
org.eclipse.emf.importer.ecore   
org.eclipse.emf.importer.java   
org.eclipse.emf.importer.java.builder   
org.eclipse.emf.importer.rose   
org.eclipse.emf.importer.rose.builder   
 

Uses of Diagnostic in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return Diagnostic
 Diagnostic GenModel.diagnose()
           
 

Uses of Diagnostic in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return Diagnostic
 Diagnostic GenModelImpl.diagnose()
           
 

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.
static Diagnostic Diagnostic.CANCEL_INSTANCE
          A diagnostic indicating that the diagnosis was canceled.
 

Methods in org.eclipse.emf.common.util that return Diagnostic
 Diagnostic DiagnosticException.getDiagnostic()
           
 Diagnostic BasicMonitor.getBlockedReason()
          Returns the current reason for task being blocked, or null.
 

Methods in org.eclipse.emf.common.util with parameters of type Diagnostic
 void Monitor.setBlocked(Diagnostic reason)
          Sets the reason for the activity being blocked.
 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 BasicMonitor.setBlocked(Diagnostic reason)
           
 void BasicMonitor.Delegating.setBlocked(Diagnostic reason)
           
 void BasicMonitor.EclipseSubProgress.setBlocked(Diagnostic reason)
           
 void BasicMonitor.Printing.setBlocked(Diagnostic reason)
           
 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.
 

Constructors in org.eclipse.emf.common.util with parameters of type Diagnostic
DiagnosticException(Diagnostic diagnostic)
           
 

Uses of Diagnostic in org.eclipse.emf.converter.ui.contribution.base
 

Methods in org.eclipse.emf.converter.ui.contribution.base with parameters of type Diagnostic
protected  void ModelConverterPage.handleDiagnostic(Diagnostic diagnostic)
           
protected  void ModelConverterPage.handleDiagnostic(Diagnostic diagnostic, String message, String dialogTitle, String dialogMessage)
           
protected  ConverterUtil.DecodedAction ModelConverterPage.decodeAction(Diagnostic diagnostic)
           
protected  void ModelConverterPage.handleOKDiagnostic(Diagnostic diagnostic, String message, String dialogTitle, String dialogMessage)
           
protected  void ModelConverterPage.handleNotOKDiagnostic(Diagnostic diagnostic, ConverterUtil.DecodedAction decodedAction, String message, String dialogTitle, String dialogMessage)
           
 

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

Methods in org.eclipse.emf.converter.util that return Diagnostic
static Diagnostic ConverterUtil.createDiagnostic(Diagnostic baseDiagnostic, String source, int code)
           
static Diagnostic ConverterUtil.mergeDiagnostic(Diagnostic baseDiagnostic, Diagnostic diagnosticToBeMerged)
           
static Diagnostic ConverterUtil.createErrorDiagnostic(Throwable throwable, boolean showErrorDialog)
           
 

Methods in org.eclipse.emf.converter.util with parameters of type Diagnostic
static int ConverterUtil.computeActionCode(Diagnostic diagnostic)
           
static Diagnostic ConverterUtil.createDiagnostic(Diagnostic baseDiagnostic, String source, int code)
           
static Diagnostic ConverterUtil.mergeDiagnostic(Diagnostic baseDiagnostic, Diagnostic diagnosticToBeMerged)
           
 

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)
           
 

Uses of Diagnostic in org.eclipse.emf.exporter
 

Methods in org.eclipse.emf.exporter that return Diagnostic
 Diagnostic ModelExporter.checkEPackageArtifactLocation(String location, String packageName)
           
 Diagnostic ModelExporter.validateDirectoryURI(String uri)
           
 

Uses of Diagnostic in org.eclipse.emf.importer
 

Methods in org.eclipse.emf.importer that return Diagnostic
 Diagnostic ModelImporter.checkGenModelFileName()
           
 Diagnostic ModelImporter.checkEcoreModelFileName(String fileName, String packageName)
           
 Diagnostic ModelImporter.computeEPackages(Monitor monitor)
           
protected  Diagnostic ModelImporter.doComputeEPackages(Monitor monitor)
           
 

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

Methods in org.eclipse.emf.importer.ecore that return Diagnostic
protected  Diagnostic EcoreImporter.doComputeEPackages(Monitor monitor)
           
 

Uses of Diagnostic in org.eclipse.emf.importer.java
 

Methods in org.eclipse.emf.importer.java that return Diagnostic
protected  Diagnostic JavaImporter.doComputeEPackages(Monitor monitor)
           
 

Uses of Diagnostic in org.eclipse.emf.importer.java.builder
 

Methods in org.eclipse.emf.importer.java.builder that return Diagnostic
 Diagnostic JavaEcoreBuilder.getDiagnostic()
          Returns the diagnostic.
 

Uses of Diagnostic in org.eclipse.emf.importer.rose
 

Methods in org.eclipse.emf.importer.rose that return Diagnostic
 Diagnostic RoseImporter.loadPathMap(Monitor monitor)
           
protected  Diagnostic RoseImporter.doComputeEPackages(Monitor monitor)
           
 

Uses of Diagnostic in org.eclipse.emf.importer.rose.builder
 

Methods in org.eclipse.emf.importer.rose.builder that return Diagnostic
 Diagnostic RoseUtil.getDiagnostic()
           
 

Methods in org.eclipse.emf.importer.rose.builder with parameters of type Diagnostic
 void RoseUtil.addDiagnostic(Diagnostic diagnostic)
           
 


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