Uses of Interface
org.eclipse.emf.common.util.Diagnostic
Packages that use Diagnostic
-
Uses of Diagnostic in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement DiagnosticModifier and TypeClassDescriptionclassA basic implementation of a diagnostic that that also acts as a chain.Fields in org.eclipse.emf.common.util declared as DiagnosticModifier and TypeFieldDescriptionstatic final DiagnosticDiagnostic.CANCEL_INSTANCEA diagnostic indicating that the diagnosis was canceled.static final DiagnosticDiagnostic.OK_INSTANCEA diagnostic indicating that everything is okay.Fields in org.eclipse.emf.common.util with type parameters of type DiagnosticModifier and TypeFieldDescriptionprotected List<Diagnostic> BasicDiagnostic.childrenThe message.Methods in org.eclipse.emf.common.util that return DiagnosticModifier and TypeMethodDescriptionBasicMonitor.getBlockedReason()Returns the current reason for task being blocked, ornull.final DiagnosticDiagnosticException.getDiagnostic()static DiagnosticBasicDiagnostic.toDiagnostic(Throwable throwable) Returns the throwable viewed as aDiagnostic.static DiagnosticBasicDiagnostic.toDiagnostic(org.eclipse.core.runtime.IStatus status) Methods in org.eclipse.emf.common.util that return types with arguments of type DiagnosticModifier and TypeMethodDescriptionBasicDiagnostic.getChildren()Diagnostic.getChildren()Returns the list of childdiagnostics.Methods in org.eclipse.emf.common.util with parameters of type DiagnosticModifier and TypeMethodDescriptionvoidBasicDiagnostic.add(Diagnostic diagnostic) voidDiagnosticChain.add(Diagnostic diagnostic) Adds the diagnostic to the chain.voidBasicDiagnostic.addAll(Diagnostic diagnostic) voidDiagnosticChain.addAll(Diagnostic diagnostic) Adds thechildrenof the diagnostic to the chain.voidBasicDiagnostic.merge(Diagnostic diagnostic) voidDiagnosticChain.merge(Diagnostic diagnostic) voidBasicMonitor.Delegating.setBlocked(Diagnostic reason) voidBasicMonitor.EclipseSubProgress.setBlocked(Diagnostic reason) voidBasicMonitor.Printing.setBlocked(Diagnostic reason) voidBasicMonitor.setBlocked(Diagnostic reason) voidMonitor.setBlocked(Diagnostic reason) Sets the reason for the activity being blocked.static org.eclipse.core.runtime.IStatusBasicDiagnostic.toIStatus(Diagnostic diagnostic) Returns the diagnostic viewed as anIStatus.Constructors in org.eclipse.emf.common.util with parameters of type DiagnosticConstructor parameters in org.eclipse.emf.common.util with type arguments of type DiagnosticModifierConstructorDescriptionBasicDiagnostic(String source, int code, List<? extends Diagnostic> children, String message, Object[] data)