Class | Description |
---|---|
AdvancedCiteDialog |
Dialog for adding citation with page number info.
|
AlphanumericComparator |
Comparator for sorting bibliography entries.
|
AutoDetectPaths |
Tools for automatically detecting jar and executable paths to OpenOffice.
|
BstWrapper |
Wrapper for using JabRef's bst engine for formatting OO bibliography.
|
CitationManager |
Dialog for modifying existing citations.
|
ComparableMark | |
OOBibBase |
Class for manipulating the Bibliography of the currently start document in OpenOffice.
|
OOBibStyle |
This class embodies a bibliography formatting for OpenOffice, which is composed
of the following elements:
1) Each OO bib entry type must have a formatting.
|
OOPreFormatter |
This formatter preprocesses JabRef fields before they are run through the layout of the
bibliography style.
|
OOUtil |
Utility methods for processing OO Writer documents.
|
OpenOfficePanel |
This test panel can be opened by reflection from JabRef, passing the JabRefFrame as an
argument to the start() method.
|
StyleSelectDialog |
This class produces a dialog box for choosing a style file.
|
UndefinedBibtexEntry |
Subclass of BibtexEntry for representing entries referenced in a document that can't
be found in JabRef's current database.
|
YearComparator |
Comparator for sorting bibliography entries according to publication year.
|
Exception | Description |
---|---|
BibtexEntryNotFoundException |
Created by IntelliJ IDEA.
|
ConnectionLostException |
This exception is used to indicate that connection to OpenOffice has been lost.
|
UndefinedCharacterFormatException |
Exception used to indicate that the plugin attempted to set a character format that is
not defined in the current OpenOffice document.
|
UndefinedParagraphFormatException |
Exception used to indicate that the plugin attempted to set a paragraph format that is
not defined in the current OpenOffice document.
|