Package Overview attilathehun.songbook.plugin - AttiliaTheHun/Songbook-Manager GitHub Wiki

package attilathehun.songbook.plugin

Package Overview

This package provides access to the Plugin framework and includes several add-on classes.

Classes

DynamicSonglist

This add-on can generate a page with list of the songs from collection. Source code

Export

This add-on gives the ability to export the songbook in PDF format. Source code

Frontpage

This add-on generates a frontpage to the songbook. Source code

Plugin

This is the default abstract class that add-ons should extend to become compatible with the framework. Source code

PluginManager

This class manages the add-ons. Source code