Uses of Class
org.eclipse.emfforms.spi.common.report.AbstractReport

Packages that use AbstractReport
org.eclipse.emf.ecp.ui.view.swt   
org.eclipse.emf.ecp.view.internal.rule.reporting   
org.eclipse.emf.ecp.view.model.internal.reporting   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emf.ecp.view.spi.model.impl   
org.eclipse.emf.ecp.view.spi.model.reporting   
org.eclipse.emf.ecp.view.spi.provider.reporting   
org.eclipse.emf.ecp.view.spi.swt.reporting   
org.eclipse.emfforms.internal.common.report   
org.eclipse.emfforms.internal.swt.core   
org.eclipse.emfforms.spi.common.report   
org.eclipse.emfforms.spi.core.services.databinding   
org.eclipse.emfforms.spi.spreadsheet.core   
 

Uses of AbstractReport in org.eclipse.emf.ecp.ui.view.swt
 

Methods in org.eclipse.emf.ecp.ui.view.swt with parameters of type AbstractReport
 void InvalidGridDescriptionReportConsumer.reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 void DebugSWTReportConsumer.reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.internal.rule.reporting
 

Subclasses of AbstractReport in org.eclipse.emf.ecp.view.internal.rule.reporting
 class LeafConditionDMRResolutionFailedReport
          Indicates that a VDomainModelReference of a LeafCondition could not be resolved.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.model.internal.reporting
 

Methods in org.eclipse.emf.ecp.view.model.internal.reporting with parameters of type AbstractReport
 void LogConsumer.reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.spi.context
 

Subclasses of AbstractReport in org.eclipse.emf.ecp.view.spi.context
 class ViewModelServiceNotAvailableReport
          Indicates that ViewModelService is not available.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.spi.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl with parameters of type AbstractReport
static void Activator.log(AbstractReport report)
          Logs a AbstractReport.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.spi.model.reporting
 

Subclasses of AbstractReport in org.eclipse.emf.ecp.view.spi.model.reporting
 class DomainModelReferenceResolutionFailedReport
          Indicates that a VDomainModelReference could not be resolved.
 class StatusReport
          A Status that may be passed to the report service.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.spi.provider.reporting
 

Subclasses of AbstractReport in org.eclipse.emf.ecp.view.spi.provider.reporting
 class NoViewProviderFoundReport
          Indicates that no view provider could be obtained.
 class ViewModelIsNullReport
          Indicates that a IViewProvider has returned null as the VView.
 class ViewProviderInitFailedReport
          Indicates that a ViewProvider could not be instantiated.
 

Uses of AbstractReport in org.eclipse.emf.ecp.view.spi.swt.reporting
 

Subclasses of AbstractReport in org.eclipse.emf.ecp.view.spi.swt.reporting
 class AmbiguousRendererPriorityReport
          An error that indicates that two renderers with the same priority have been found.
 class CustomControlInitFailedReport
          Indicates that the initialization of a custom control failed.
 class ECPRendererDescriptionInitFailedReport
          Indicates that an ECPRendererDescription could not be initialized.
 class InvalidGridDescriptionReport
          Indicates that a renderer returned an invalid grid description.
 class NoRendererFoundReport
          Indicates that no renderer has been found.
 class RendererInitFailedReport
          An error report that indicates that an renderer failed during its initialization.
 class RenderingFailedReport
          Indicates that rendering is not possible due to an exception.
 

Uses of AbstractReport in org.eclipse.emfforms.internal.common.report
 

Methods in org.eclipse.emfforms.internal.common.report that return types with arguments of type AbstractReport
 List<AbstractReport> ReportServiceImpl.getReports()
          Returns all ReportEntities.
 

Methods in org.eclipse.emfforms.internal.common.report with parameters of type AbstractReport
 void ReportServiceImpl.report(AbstractReport reportEntity)
          Report an AbstractReport to the service.
 

Uses of AbstractReport in org.eclipse.emfforms.internal.swt.core
 

Subclasses of AbstractReport in org.eclipse.emfforms.internal.swt.core
 class NoRendererServiceReport
          A report to describe that there is no fitting renderer service.
 

Uses of AbstractReport in org.eclipse.emfforms.spi.common.report
 

Methods in org.eclipse.emfforms.spi.common.report that return types with arguments of type AbstractReport
 List<AbstractReport> ReportService.getReports()
          Returns all ReportEntities.
 

Methods in org.eclipse.emfforms.spi.common.report with parameters of type AbstractReport
 void ReportService.report(AbstractReport reportEntity)
          Report an AbstractReport to the service.
 void ReportServiceConsumer.reported(AbstractReport reportEntity)
          Called when a AbstractReport has been received by the ReportService.
 

Uses of AbstractReport in org.eclipse.emfforms.spi.core.services.databinding
 

Subclasses of AbstractReport in org.eclipse.emfforms.spi.core.services.databinding
 class DatabindingFailedReport
          A rendering report indicating that the databinding is not possible due to an exception.
 

Uses of AbstractReport in org.eclipse.emfforms.spi.spreadsheet.core
 

Subclasses of AbstractReport in org.eclipse.emfforms.spi.spreadsheet.core
 class EMFFormsSpreadsheetReport
          The report to use for the ReportService during the Spreadsheet export or import.
 



Copyright © 2015. All Rights Reserved.