|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceGenerator | |
---|---|
org.norvelle.textcite.gui.action.genref | |
org.norvelle.textcite.gui.dialog.prefs |
Uses of ReferenceGenerator in org.norvelle.textcite.gui.action.genref |
---|
Subclasses of ReferenceGenerator in org.norvelle.textcite.gui.action.genref | |
---|---|
class |
ChicagoReferenceGenerator
ChicagoReferenceGenerator: Produces citations in Chicago format |
class |
CitationReferenceGenerator
CitationReferenceGenerator: |
class |
CustomReferenceGenerator
CustomReferenceGenerator: Produces citations in a user-defined format. |
class |
DefaultLatexReferenceGenerator
DefaultLatexReferenceGenerator: Creates default BibTeX citations, using the \\cite{} command. |
class |
MLAReferenceGenerator
MLAReferenceGenerator: Produces citations in MLA format |
class |
RefworksReferenceGenerator
CitationReferenceGenerator: |
Fields in org.norvelle.textcite.gui.action.genref with type parameters of type ReferenceGenerator | |
---|---|
protected static java.util.TreeMap<java.lang.String,ReferenceGenerator> |
ReferenceGeneratorCollection.generatorCollection
|
Methods in org.norvelle.textcite.gui.action.genref that return ReferenceGenerator | |
---|---|
static ReferenceGenerator |
ReferenceGeneratorCollection.getDefaultGenerator()
Returns the user's currently chosen default reference generator. |
static ReferenceGenerator |
ReferenceGeneratorCollection.getGeneratorByName(java.lang.String name)
Return the global instance of the named generator. |
static ReferenceGenerator[] |
ReferenceGeneratorCollection.getReferenceGenerators()
Returns an array containing instantiations of all the available ReferenceGenerator subclasses |
Methods in org.norvelle.textcite.gui.action.genref with parameters of type ReferenceGenerator | |
---|---|
static int |
ReferenceGeneratorCollection.getPosOfGeneratorInList(ReferenceGenerator generatorToFind)
Given a name of a ReferenceGenrator, return the position in the array of that class. |
Uses of ReferenceGenerator in org.norvelle.textcite.gui.dialog.prefs |
---|
Fields in org.norvelle.textcite.gui.dialog.prefs declared as ReferenceGenerator | |
---|---|
(package private) ReferenceGenerator |
ReferenceFormatSubpanel.currentGenerator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |