Package org.norvelle.textcite.gui.action.genref

Class Summary
ChicagoReferenceGenerator ChicagoReferenceGenerator: Produces citations in Chicago format
CitationReferenceGenerator CitationReferenceGenerator:
CustomReferenceGenerator CustomReferenceGenerator: Produces citations in a user-defined format.
DefaultLatexReferenceGenerator DefaultLatexReferenceGenerator: Creates default BibTeX citations, using the \\cite{} command.
MLAReferenceGenerator MLAReferenceGenerator: Produces citations in MLA format
ReferenceGenerator ReferenceGenerator: Abstract base class for classes that handle the generation of different types of reference citation styles.
ReferenceGeneratorCollection ReferenceGeneratorCollection: A collection of the ReferenceGenerators available to the application, with routines to produce arrays, and to return a reference to the user's chosen default reference generator.
RefworksReferenceGenerator CitationReferenceGenerator:
 

Exception Summary
NoSuchReferenceGenerator NoSuchReferenceGenerator: An exception that indicates that the program has requested a ReferenceGenerator that does not exist.