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 forEditorParts, which are intended to display experiment data. Editors should support Persistence @seeIPersistableEditor. In addition, they serve asITabbedPropertySheetPageContributor. Clients should not implement this interface but instead subclassAbstractEditor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IVisualisationInput<T>getVisualisationInput()-
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 Detail
-
getVisualisationInput
IVisualisationInput<T> getVisualisationInput()
-
-