Package org.gephi.perspective.api

API for perspective management.

A perspective is a set of panels in the user interface. Overview, Data Laboratory and Preview are the default perspectives.

The API simply allows to control the currently selected perspective.

The SPI provides the interfaces to implement new perspectives. Top components can attach themselves to one or several perspectives by using the @TopComponent.Registration annotation.