Uses of Class
org.norvelle.textcite.model.CitationSet

Packages that use CitationSet
org.norvelle.textcite.gui   
org.norvelle.textcite.gui.action   
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
 

Uses of CitationSet in org.norvelle.textcite.gui
 

Methods in org.norvelle.textcite.gui that return CitationSet
 CitationSet TablePanel.getCurrentViewCitationSet()
          Creates a CitationSet based on the current table view, as currently sorted.
 CitationSet TablePanel.getSelectedCitationSet()
          Creates a CitationSet based on the current selections in the table view, as currently sorted.
 

Uses of CitationSet in org.norvelle.textcite.gui.action
 

Fields in org.norvelle.textcite.gui.action declared as CitationSet
protected  CitationSet ExportTranslationsAction.citationSet
           
protected  CitationSet ExportRTFAction.citationSet
           
 

Uses of CitationSet in org.norvelle.textcite.model
 

Methods in org.norvelle.textcite.model that return CitationSet
 CitationSet CitationCollection.getCitationSet()
           
 CitationSet CitationCollection.getFilteredCitationSet()