Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jfree.report.modules

Interface Summary
Module The module interface describes a JFreeReport-module.
ModuleInfo The module info describes an required module and the module version.
ModuleInitializer The module initializer is used to separate the initialization process from the module definition.
 

Class Summary
AbstractModule The abstract module provides a default implementation of the module interface.
AbstractModule.ReaderHelper The reader helper provides a pushback interface for the reader to read and buffer complete lines.
DefaultModuleInfo Provides a default implementation of the module info interface.
PackageManager The PackageManager is used to load and configure the modules of JFreeReport.
PackageSorter Compares two modules for order.
PackageSorter.SortModule An Internal wrapper class which collects additional information on the given module.
PackageState The package state class is used by the package manager to keep track of the activation level of the installed or errornous packages.
 

Exception Summary
ModuleInitializeException This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used.