Class AbstractReportView
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
- All Implemented Interfaces:
Observer,IAdaptable,IExecutableExtension,IEditorPart,ISaveablePart,IWorkbenchPart,IWorkbenchPart2,IWorkbenchPart3,IWorkbenchPartOrientation,ITabbedPropertySheetPageContributor
- Direct Known Subclasses:
AbstractHtmlReportView,AbstractJFreeChartUtilizationWidthReport,AbstractJFreeChartWidthReport,JFreeChartPieReport,JFreeChartTimeSeriesReport
public abstract class AbstractReportView
extends EditorPart
implements ITabbedPropertySheetPageContributor, Observer
Deprecated.
Superseded by EDP2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDeprecated.Contributor identifier.protected ConfigEditorInputDeprecated.Editor input.Fields 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 TypeMethodDescriptionvoidcreatePartControl(Composite parent) Deprecated.protected abstract voidcreateReportControls(Composite parent) Deprecated.The method define a 'Template method' pattern.voiddoSave(IProgressMonitor monitor) Deprecated.voiddoSaveAs()Deprecated.protected abstract voidgenerateVisualization(List<DataAdapter> list) Deprecated.getAdapter(Class adapter) Deprecated.Deprecated.The method return the contributor identifier for 'ConfigEditorInput'.voidinit(IEditorSite site, IEditorInput input) Deprecated.booleanisDirty()Deprecated.booleanDeprecated.booleanDeprecated.voidsetIgnoreDataSettingsChanged(boolean ignoreDataSettingsChanged) Deprecated.protected voidsetInput(IEditorInput input) Deprecated.voidupdate(Observable o, Object arg) Deprecated.Methods 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, setFocus, 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, setFocus
-
Field Details
-
ABSTRACT_EDITOR_ID
Deprecated.Contributor identifier. -
myInput
Deprecated.Editor input.
-
-
Constructor Details
-
AbstractReportView
public AbstractReportView()Deprecated.
-
-
Method Details
-
createPartControl
Deprecated.- Specified by:
createPartControlin interfaceIWorkbenchPart- Specified by:
createPartControlin classWorkbenchPart
-
createReportControls
Deprecated.The method define a 'Template method' pattern. -
getAdapter
Deprecated.- Specified by:
getAdapterin interfaceIAdaptable- Overrides:
getAdapterin classWorkbenchPart
-
getContributorId
Deprecated.The method return the contributor identifier for 'ConfigEditorInput'.- Specified by:
getContributorIdin interfaceITabbedPropertySheetPageContributor
-
init
Deprecated.- Specified by:
initin interfaceIEditorPart- Specified by:
initin classEditorPart- Throws:
PartInitException
-
setInput
Deprecated.- Overrides:
setInputin classEditorPart
-
update
Deprecated. -
generateVisualization
Deprecated. -
doSave
Deprecated.- Specified by:
doSavein interfaceISaveablePart- Specified by:
doSavein classEditorPart
-
doSaveAs
public void doSaveAs()Deprecated.- Specified by:
doSaveAsin interfaceISaveablePart- Specified by:
doSaveAsin classEditorPart
-
isDirty
public boolean isDirty()Deprecated.- Specified by:
isDirtyin interfaceISaveablePart- Specified by:
isDirtyin classEditorPart
-
isSaveAsAllowed
public boolean isSaveAsAllowed()Deprecated.- Specified by:
isSaveAsAllowedin interfaceISaveablePart- Specified by:
isSaveAsAllowedin classEditorPart
-
isIgnoreDataSettingsChanged
public boolean isIgnoreDataSettingsChanged()Deprecated. -
setIgnoreDataSettingsChanged
public void setIgnoreDataSettingsChanged(boolean ignoreDataSettingsChanged) Deprecated.
-