Class AbstractJFreeChartWidthReport
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.jfreechartvisualisation.editor.AbstractJFreeChartWidthReport
- All Implemented Interfaces:
IVisualisation<Histogram>,Observer,IAdaptable,IExecutableExtension,IEditorPart,ISaveablePart,IWorkbenchPart,IWorkbenchPart2,IWorkbenchPart3,IWorkbenchPartOrientation,ITabbedPropertySheetPageContributor
- Direct Known Subclasses:
JFreeChartCDFReport,JFreeChartHistogramReport
public abstract class AbstractJFreeChartWidthReport
extends AbstractReportView
implements IVisualisation<Histogram>
Deprecated.
Superseded by EDP2.
Report for Histograms. Provides the basic possibilities to generate histograms and change their
classes width.
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.protected voidcreateReportControls(Composite parent) Deprecated.The method define a 'Template method' pattern.protected abstract AbstractJFreeChartWidthViewercreateViewer(Composite parent, int flags) Deprecated.voidDeprecated.protected voidgenerateVisualization(List<DataAdapter> newList) Deprecated.voidsetFocus()Deprecated.voidsetInput(Collection<Histogram> histograms) Deprecated.Display the given set of dataMethods 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 org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, removePropertyListener
-
Field Details
-
widthInput
Deprecated. -
histogramWidth
protected double histogramWidthDeprecated.
-
-
Constructor Details
-
AbstractJFreeChartWidthReport
public AbstractJFreeChartWidthReport()Deprecated.
-
-
Method Details
-
createViewer
Deprecated. -
createReportControls
Deprecated.The method define a 'Template method' pattern.- Specified by:
createReportControlsin classAbstractReportView
-
setInput
Deprecated.Display the given set of data- Specified by:
setInputin interfaceIVisualisation<Histogram>- Parameters:
histograms- The data to display. It is of type T which is understood by the viewer
-
generateVisualization
Deprecated.- Specified by:
generateVisualizationin classAbstractReportView
-
setFocus
public void setFocus()Deprecated.- Specified by:
setFocusin interfaceIWorkbenchPart- Specified by:
setFocusin classWorkbenchPart
-
addInput
Deprecated.- Specified by:
addInputin interfaceIVisualisation<Histogram>
-
deleteInput
Deprecated.- Specified by:
deleteInputin interfaceIVisualisation<Histogram>
-