Class DemandTimeHtmlReportView
- 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
-
- de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.DemandTimeHtmlReportView
-
- All Implemented Interfaces:
IVisualisation<SensorAndMeasurements>,Observer,IAdaptable,IExecutableExtension,IEditorPart,ISaveablePart,IWorkbenchPart,IWorkbenchPart2,IWorkbenchPart3,IWorkbenchPartOrientation,ITabbedPropertySheetPageContributor
public class DemandTimeHtmlReportView extends AbstractHtmlRReportView
View for DemandTimeReport in HTML format.
-
-
Field Summary
Fields Modifier and Type Field Description static StringRREPORTVIEW_IDIdentifier to allow the use of the demand time report.-
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlReportView
browser
-
Fields inherited from class de.uka.ipd.sdq.sensorframework.visualisation.editor.AbstractReportView
ABSTRACT_EDITOR_ID, myInput
-
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
-
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
-
Constructor Summary
Constructors Constructor Description DemandTimeHtmlReportView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RReportgetReport()Used to ask for the report that should be displayed.-
Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlRReportView
setInput
-
Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.views.AbstractHtmlReportView
addInput, createReportControls, deleteInput, generateVisualization, setFocus
-
Methods inherited from class de.uka.ipd.sdq.sensorframework.visualisation.editor.AbstractReportView
createPartControl, doSave, doSaveAs, getAdapter, getContributorId, init, isDirty, isIgnoreDataSettingsChanged, isSaveAsAllowed, setIgnoreDataSettingsChanged, setInput, update
-
Methods inherited from class org.eclipse.ui.part.EditorPart
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInputWithNotify, setPartName
-
Methods 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, showBusy
-
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uka.ipd.sdq.sensorframework.visualisation.IVisualisation
addInput, deleteInput
-
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener
-
-
-
-
Field Detail
-
RREPORTVIEW_ID
public static final String RREPORTVIEW_ID
Identifier to allow the use of the demand time report.- See Also:
- Constant Field Values
-
-
Method Detail
-
getReport
public RReport getReport()
Used to ask for the report that should be displayed.- Specified by:
getReportin classAbstractHtmlRReportView- Returns:
- The report that should be displayed by this view.
-
-