Search in sources :

Example 1 with GraphHandler

use of org.eclipse.titanium.graph.visualization.GraphHandler in project titan.EclipsePlug-ins by eclipse.

the class ComponentGraphEditor method initGeneratorAndHandler.

@Override
protected void initGeneratorAndHandler(final Composite parent) {
    handler = new GraphHandler();
    generator = new ComponentGraphGenerator(((IFileEditorInput) getEditorInput()).getFile().getProject(), errorHandler);
}
Also used : GraphHandler(org.eclipse.titanium.graph.visualization.GraphHandler) ComponentGraphGenerator(org.eclipse.titanium.graph.generators.ComponentGraphGenerator)

Aggregations

ComponentGraphGenerator (org.eclipse.titanium.graph.generators.ComponentGraphGenerator)1 GraphHandler (org.eclipse.titanium.graph.visualization.GraphHandler)1