Visualisation

How to implement MY Visualisation mechanism?

UI Components

Important Extension points

UI extension point

eu.geclipse.ui.visualisationwindow
Provides a scheme for defining windows for hosting the rendered IGridVisualisation resource.
eu.geclipse.ui.visualisationaction
Provides a scheme for defining actions for rendering an IGridVisualisation resource.

Interfaces to implement

eu.geclipse.core.model.IGridVisualisation
Implement this to define a grid resource that can be visualised. It is recommended to extend the eu.geclipse.core.model.impl.AbstractGridVisualisationResource
eu.geclipse.ui.visualisation.AbstractVisualisationWindow
Implement this to define a window for a customized view in which the visualisation will take place.
eu.geclipse.ui.visualisation.VisComposite
Implement this to define a customized composite that will be used in the window to hold your visual data.