Class AbstractHtmlRReportView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
de.uka.ipd.sdq.sensorframework.visualisation.editor.AbstractReportView
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlReportView
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlRReportView
- All Implemented Interfaces:
IVisualisation<SensorAndMeasurements>,Observer,IAdaptable,IExecutableExtension,IEditorPart,ISaveablePart,IWorkbenchPart,IWorkbenchPart2,IWorkbenchPart3,IWorkbenchPartOrientation,ITabbedPropertySheetPageContributor
- Direct Known Subclasses:
DemandTimeHtmlReportView,DistributionComparisonHtmlReportView,TimeSeriesHtmlReportView
public abstract class AbstractHtmlRReportView
extends AbstractHtmlReportView
implements IVisualisation<SensorAndMeasurements>
Abstract class with basic capabilities to show reports containing data of the SensorFramework in
R.
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlReportView
browserFields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.editor.AbstractReportView
ABSTRACT_EDITOR_ID, myInputFields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUTFields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE -
Constructor Summary
ConstructorsConstructorDescriptionDelegates the creation to the ancestor and does nothing else. -
Method Summary
Modifier and TypeMethodDescriptionabstract RReportUsed to ask for the report that should be displayed.voidDisplay the given set of dataMethods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlReportView
addInput, createReportControls, deleteInput, generateVisualization, setFocusMethods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.editor.AbstractReportView
createPartControl, doSave, doSaveAs, getAdapter, getContributorId, init, isDirty, isIgnoreDataSettingsChanged, isSaveAsAllowed, setIgnoreDataSettingsChanged, setInput, updateMethods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInputWithNotify, setPartNameMethods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.sensorframework.visualisation.IVisualisation
addInput, deleteInputMethods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener
-
Constructor Details
-
AbstractHtmlRReportView
public AbstractHtmlRReportView()Delegates the creation to the ancestor and does nothing else.
-
-
Method Details
-
getReport
Used to ask for the report that should be displayed.- Returns:
- The report that should be displayed by this view.
-
setInput
Display the given set of data- Specified by:
setInputin interfaceIVisualisation<SensorAndMeasurements>- Parameters:
c- The data to display. It is of type T which is understood by the viewer
-