Uses of Package
org.norvelle.textcite.model

Packages that use org.norvelle.textcite.model
org.norvelle.textcite This package contains the Application class, which, in addition to creating the GUI and creating the data model, also provides a single static global access point to the CiteBook. 
org.norvelle.textcite.gui   
org.norvelle.textcite.gui.action   
org.norvelle.textcite.gui.action.genref   
org.norvelle.textcite.gui.action.rtf   
org.norvelle.textcite.gui.dialog   
org.norvelle.textcite.gui.outlook_bar   
org.norvelle.textcite.model This package contains the classes used for the TextCite data model. 
org.norvelle.textcite.model.filter   
org.norvelle.textcite.model.sort   
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite
CiteBook
           
Clipboard
          The Clipboard holds objects that have been cut from one or another data structure (the Category tree or the Book Outline tree) and have not yet been pasted into another location.
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui
Citation
           
CitationSet
          A CitationSet holds an ordered set of Citations, that can be iterated over.
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui.action
Citation
           
CitationSet
          A CitationSet holds an ordered set of Citations, that can be iterated over.
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui.action.genref
Citation
           
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui.action.rtf
Citation
           
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui.dialog
Author
           
Book
          Book: Represents a publication (book for short) in the CiteBook database.
BookOutlineItem
          Represents an entry in the outline of the publication.
BookOutlineTree
          The BookOutlineItemTree stores all the currently defined BookOutlineItem objects in the Citebook.
Category
          Represents a subject category that can be associated with a citation.
Citation
           
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.gui.outlook_bar
Author
           
Book
          Book: Represents a publication (book for short) in the CiteBook database.
CiteBook
           
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.model
AbstractCitationContainer
          AbstractCitationContainer: Provides base methods for handling (primarily serializing/deserializing) collections of Citation objects.
AbstractCitationContainerTreeNode
          AbstractCitationContainerTreeNode: A TreeNode implementation that contains methods for handling collections of Citations.
Author
           
AuthorCollection
           
Book
          Book: Represents a publication (book for short) in the CiteBook database.
BookCollection
          The BookCollection object maintains a sorted list of all the Books currently in the Citebook.
BookOutlineItem
          Represents an entry in the outline of the publication.
BookOutlineTree
          The BookOutlineItemTree stores all the currently defined BookOutlineItem objects in the Citebook.
Category
          Represents a subject category that can be associated with a citation.
CategoryTree
          The CategoryTree stores all the currently defined Category objects in the Citebook.
Citation
           
CitationCategoryCollection
          Holds the CitationCategory objects currently associated with a given Citation.
CitationCollection
          The CitationCollection implements the master list of Citations.
CitationSet
          A CitationSet holds an ordered set of Citations, that can be iterated over.
ClipboardHostable
          Indicates that a given TextCite Object can be hosted on the clipboard.
DuplicateRecordException
          DuplicateRecordException
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.model.filter
Author
           
Book
          Book: Represents a publication (book for short) in the CiteBook database.
Category
          Represents a subject category that can be associated with a citation.
Citation
           
 

Classes in org.norvelle.textcite.model used by org.norvelle.textcite.model.sort
Citation