A B C D E F G H I J L M N O P Q R S T U V X Y

B

bibCodeStyle - Variable in class org.norvelle.textcite.gui.action.rtf.CitationExporter
 
BibRefCitationsFilter - Class in org.norvelle.textcite.model.filter
BibRefCitationsFilter Matches the Author objects associated with Citations against a given Author object or text string (in case of title-matching)
BibRefCitationsFilter(Author) - Constructor for class org.norvelle.textcite.model.filter.BibRefCitationsFilter
 
BibRefCitationsFilter() - Constructor for class org.norvelle.textcite.model.filter.BibRefCitationsFilter
This constructor is used by the Toolbar, where the user can type in all or part of an author's name.
BibRefCitationsFilter(String, int) - Constructor for class org.norvelle.textcite.model.filter.BibRefCitationsFilter
 
Book - Class in org.norvelle.textcite.model
Book: Represents a publication (book for short) in the CiteBook database.
Book(String) - Constructor for class org.norvelle.textcite.model.Book
Construct a brand-new Book object from scratch.
Book(String, Author, String, String) - Constructor for class org.norvelle.textcite.model.Book
Construct a brand-new Book object from scratch, but supplying an Author object.
Book() - Constructor for class org.norvelle.textcite.model.Book
A parameterless constructor, so that we can recreate a serialized Book from XML.
Book.BookConverter - Class in org.norvelle.textcite.model
BookConverter is an inner class used for serializing Book objects via XStream.
Book.BookConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.Book.BookConverter
 
BOOK_COLUMN - Static variable in class org.norvelle.textcite.model.Citation
 
BOOK_MARKER - Static variable in class org.norvelle.textcite.gui.action.genref.CustomReferenceGenerator
 
BookCitationsFilter - Class in org.norvelle.textcite.model.filter
BookCitationsFilter Matches the Book objects associated with Citations against a given Book object or text string (in case of title-matching)
BookCitationsFilter(Book) - Constructor for class org.norvelle.textcite.model.filter.BookCitationsFilter
 
BookCitationsFilter() - Constructor for class org.norvelle.textcite.model.filter.BookCitationsFilter
 
BookCitationsFilter(String, int) - Constructor for class org.norvelle.textcite.model.filter.BookCitationsFilter
 
BookCollection - Class in org.norvelle.textcite.model
The BookCollection object maintains a sorted list of all the Books currently in the Citebook.
BookCollection() - Constructor for class org.norvelle.textcite.model.BookCollection
The constructor.
BookCollection.BookCollectionConverter - Class in org.norvelle.textcite.model
BookCollectionConverter is an inner class used for serializing BookCollection objects via XStream.
BookCollection.BookCollectionConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.BookCollection.BookCollectionConverter
 
BookDialog - Class in org.norvelle.textcite.gui.dialog
 
BookDialog() - Constructor for class org.norvelle.textcite.gui.dialog.BookDialog
This constructor builds a dialog for creating a brand new Book record.
BookDialog(Author) - Constructor for class org.norvelle.textcite.gui.dialog.BookDialog
This constructor builds a dialog for creating a brand new Book record with a preassigned Author.
BookDialog(Book) - Constructor for class org.norvelle.textcite.gui.dialog.BookDialog
This version of the constructor builds a dialog that edits an already-existing Book
BookDialog.Button_ActionAdapter - Class in org.norvelle.textcite.gui.dialog
 
BookDialog.Button_ActionAdapter(BookDialog, int) - Constructor for class org.norvelle.textcite.gui.dialog.BookDialog.Button_ActionAdapter
 
bookFont - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
BookList - Class in org.norvelle.textcite.gui
BookList: Provides a custom JList with special rendering of the Book items.
BookList(FilterListModelAdapter) - Constructor for class org.norvelle.textcite.gui.BookList
 
BookList.BookListRenderer - Class in org.norvelle.textcite.gui
 
BookList.BookListRenderer() - Constructor for class org.norvelle.textcite.gui.BookList.BookListRenderer
 
bookNodes - Variable in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeModel
 
BookOutlineDialog - Class in org.norvelle.textcite.gui.dialog
 
BookOutlineDialog(Book, ValueListener) - Constructor for class org.norvelle.textcite.gui.dialog.BookOutlineDialog
Creates new form CategorySelectionDialog
BookOutlineItem - Class in org.norvelle.textcite.model
Represents an entry in the outline of the publication.
BookOutlineItem(String, BookOutlineItem, BookOutlineItem, BookOutlineTree, boolean) - Constructor for class org.norvelle.textcite.model.BookOutlineItem
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label)
BookOutlineItem(String, BookOutlineItem, BookOutlineItem, BookOutlineTree) - Constructor for class org.norvelle.textcite.model.BookOutlineItem
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label).
BookOutlineItem(String, BookOutlineItem, BookOutlineTree) - Constructor for class org.norvelle.textcite.model.BookOutlineItem
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the BookOutlineItem as the UserObject (which will also be displayed as the label).
BookOutlineItem() - Constructor for class org.norvelle.textcite.model.BookOutlineItem
A parameterless constructor, so that we can recreate a serialized BookOutlineItem from XML.
BookOutlineItem.BookOutlineItemConverter - Class in org.norvelle.textcite.model
BookOutlineItemConverter is an inner class used for serializing BookOutlineItem objects via XStream.
BookOutlineItem.BookOutlineItemConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.BookOutlineItem.BookOutlineItemConverter
 
BookOutlineItemDialog - Class in org.norvelle.textcite.gui.dialog
 
BookOutlineItemDialog(BookOutlineItem, BookOutlineItem, BookOutlineTree, boolean) - Constructor for class org.norvelle.textcite.gui.dialog.BookOutlineItemDialog
This constructor creates a brand-new BookOutlineItem, and therefore needs all the information necessary in order to insert the new item into the tree at the correct point.
BookOutlineItemDialog(BookOutlineItem) - Constructor for class org.norvelle.textcite.gui.dialog.BookOutlineItemDialog
This constructor produces an editor, and as a result needs only the BookOutlineItem to be worked upon.
BookOutlineItemDialog.Button_ActionAdapter - Class in org.norvelle.textcite.gui.dialog
 
BookOutlineItemDialog.Button_ActionAdapter(BookOutlineItemDialog, int) - Constructor for class org.norvelle.textcite.gui.dialog.BookOutlineItemDialog.Button_ActionAdapter
 
BookOutlineTree - Class in org.norvelle.textcite.model
The BookOutlineItemTree stores all the currently defined BookOutlineItem objects in the Citebook.
BookOutlineTree(Book) - Constructor for class org.norvelle.textcite.model.BookOutlineTree
Default constructor.
BookOutlineTree() - Constructor for class org.norvelle.textcite.model.BookOutlineTree
A parameterless constructor, so that we can recreate a serialized BookOutlineTree from XML.
BookOutlineTree.BookOutlineTreeConverter - Class in org.norvelle.textcite.model
BookOutlineTreeConverter is an inner class used for serializing BookOutlineTree objects via XStream.
BookOutlineTree.BookOutlineTreeConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.BookOutlineTree.BookOutlineTreeConverter
 
BookOutlineTreePopupMenu - Class in org.norvelle.textcite.gui.menu
BookListPopupMenu: A popup menu used to provide the user with the ability to edit the edit the Book selected, or view its outline
BookOutlineTreePopupMenu(BookOutlineTreePanel) - Constructor for class org.norvelle.textcite.gui.menu.BookOutlineTreePopupMenu
Constructor.
BookPopupMenu - Class in org.norvelle.textcite.gui.menu
BookListPopupMenu: A popup menu used to provide the user with the ability to edit the edit the Book selected, or view its outline
BookPopupMenu(JTree) - Constructor for class org.norvelle.textcite.gui.menu.BookPopupMenu
Constructor.
BookPopupMenu.Menu_ActionAdapter - Class in org.norvelle.textcite.gui.menu
 
BookPopupMenu.Menu_ActionAdapter(int) - Constructor for class org.norvelle.textcite.gui.menu.BookPopupMenu.Menu_ActionAdapter
 
books - Variable in class org.norvelle.textcite.model.BookCollection
We use a HashMap here to maintain a reference to all Books by their IDs
BookSortComparator - Class in org.norvelle.textcite.model.sort
BookSortComparator: Compares two Citations based on their Book fields.
BookSortComparator(int) - Constructor for class org.norvelle.textcite.model.sort.BookSortComparator
 
BookSortComparator() - Constructor for class org.norvelle.textcite.model.sort.BookSortComparator
 
borderLayout1 - Variable in class org.norvelle.textcite.gui.TablePanel
 

A B C D E F G H I J L M N O P Q R S T U V X Y