Customization of the Editor at the API level
At the API level the editor can be changed by implementing two interfaces:
PiProjection
and
PiAction
. But
before you dive into all this, we suggest that you become familiar with the information
about the Freon Editor Framework.
Learning More
You can learn how to write projections from Writing Projections. How to create the action to accompany the projection can be learned from Writing Actions’.