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

Packages that use Author
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   
 

Uses of Author in org.norvelle.textcite.gui.dialog
 

Constructors in org.norvelle.textcite.gui.dialog with parameters of type Author
AuthorDialog(Author author)
           
BookDialog(Author author)
          This constructor builds a dialog for creating a brand new Book record with a preassigned Author.
 

Uses of Author in org.norvelle.textcite.gui.outlook_bar
 

Constructors in org.norvelle.textcite.gui.outlook_bar with parameters of type Author
AuthorPubTreeNode(Author author, AuthorPubTreeNode parent, AuthorPubTreeModel model)
          Calling with an Author produces a node that represents an Author in the tree
 

Uses of Author in org.norvelle.textcite.model
 

Methods in org.norvelle.textcite.model that return Author
 Author Book.getAuthor()
           
 Author AuthorCollection.getAuthorById(int id)
          Given an id, find the Author object in the list and return it.
 

Methods in org.norvelle.textcite.model with parameters of type Author
 void AuthorCollection.registerAuthor(Author author)
          Adds the given Author to the list.
 void Book.setAuthor(Author newAuthor)
           
 void AuthorCollection.unregisterAuthor(Author author)
          Eliminates the given Author from the list.
 

Constructors in org.norvelle.textcite.model with parameters of type Author
Book(java.lang.String n, Author a, java.lang.String yp, java.lang.String bid)
          Construct a brand-new Book object from scratch, but supplying an Author object.
 

Uses of Author in org.norvelle.textcite.model.filter
 

Constructors in org.norvelle.textcite.model.filter with parameters of type Author
AuthorCitationsFilter(Author matchAuthor)
           
BibRefCitationsFilter(Author matchAuthor)