Table of Contents
From version 3.1 of Tulip the plugin system is extend to views and interactors
An interactor provide a mechanisme to modify view and/or data
A view is a way to visualize graph data (and others data if you want)
You can three class : View, AbstractView and GlMainView, so your class (plugin) must implement one of this three class
View : is the main interface without implementation
AbstractView : provide a basic implementation of interactor system
GlMainView : provide a OpenGl view with overview