Interface IVisualization<T extends IVisualisationSingleDatastreamInput>
- All Superinterfaces:
IPersistable
,IPersistableEditor
,ITabbedPropertySheetPageContributor
- All Known Implementing Classes:
AbstractEditor
,JFreeChartEditor
public interface IVisualization<T extends IVisualisationSingleDatastreamInput>
extends IPersistableEditor, ITabbedPropertySheetPageContributor
Interface for
EditorPart
s, which are intended to display experiment data. Editors should
support Persistence @see IPersistableEditor
. In addition, they serve as
ITabbedPropertySheetPageContributor
. Clients should not implement this interface but
instead subclass AbstractEditor
.-
Method Summary
Methods inherited from interface org.eclipse.ui.IPersistable
saveState
Methods inherited from interface org.eclipse.ui.IPersistableEditor
restoreState
Methods inherited from interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor
getContributorId
-
Method Details
-
getVisualisationInput
IVisualisationInput<T> getVisualisationInput()
-