Class WizardTableViewer

java.lang.Object
org.palladiosimulator.measurementsui.abstractviewer.ComponentViewer
org.palladiosimulator.measurementsui.abstractviewer.WizardTableViewer
Direct Known Subclasses:
AvailableMetricDescriptionSelectionViewer, ProcessingTypeSelectionViewer, SelectedMetricDescriptionSelectionViewer

public abstract class WizardTableViewer extends ComponentViewer
Generates a Eclipse SWT TableViewer based on a TableViewer generated by Eclipse Parsley
  • Field Details

    • tableViewer

      protected TableViewer tableViewer
    • tableFactory

      protected org.eclipse.emf.parsley.viewers.ViewerFactory tableFactory
    • wizardModel

      protected WizardModel wizardModel
  • Constructor Details

    • WizardTableViewer

      protected WizardTableViewer(Composite parent, EObject modelRepository)
      Parameters:
      parent - the container where the tree viewer is placed in
      modelRepository - EObject which is shown in the view
  • Method Details