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
EditorParts, 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
saveStateMethods inherited from interface org.eclipse.ui.IPersistableEditor
restoreStateMethods inherited from interface org.eclipse.ui.views.properties.tabbed.ITabbedPropertySheetPageContributor
getContributorId
-
Method Details
-
getVisualisationInput
IVisualisationInput<T> getVisualisationInput()
-