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

R

receiveChangeSignal(boolean) - Method in interface org.norvelle.textcite.gui.event.SaveFlagChangeSignalReceiver
Called when the CiteBook has been saved, or data has been changed, so that interested GUI elements can respond appropriately.
receiveChangeSignal(boolean) - Method in class org.norvelle.textcite.gui.MainToolBar
Called when the CiteBook has been saved, or data has been changed, so that we can change menu items (enable/disable).
receiveChangeSignal(boolean) - Method in class org.norvelle.textcite.gui.menu.MainMenuBar
Called when the CiteBook has been saved, or data has been changed, so that we can change menu items (enable/disable).
receiveDoubleClickEvent(TreeNode) - Method in class org.norvelle.textcite.gui.dialog.CategorySelectionDialog
If and when we receive a double-click event sent by the CategoryTreeViewer, hand on the event to the listener (typically the CitationDialog) so that it can do something with the Category that the user has selected.
receiveDoubleClickEvent(TreeNode) - Method in interface org.norvelle.textcite.gui.event.DoubleClickTreeEventReceiver
 
receiveValueSignal(Object) - Method in class org.norvelle.textcite.gui.dialog.BookDialog
If the user presses the "Add Author" button, the New Author dialog will appear.
receiveValueSignal(Object) - Method in class org.norvelle.textcite.gui.dialog.BookOutlineDialog
If the user double-clicks on a BookOutlineItem, or selects "Select" from a popup menu in the tree view, then that value gets communicated to us here.
receiveValueSignal(Object) - Method in class org.norvelle.textcite.gui.dialog.CitationDialog
If the user presses the "Add Author" button, the New Author dialog will appear.
receiveValueSignal(Object) - Method in interface org.norvelle.textcite.gui.event.ValueSignalReceiver
 
RecentDocumentsMenu - Class in org.norvelle.textcite.gui.menu
RecentDocumentsMenu Holds and displays the recent documents, allowing the user to quickly choose and load a recently opened CiteBook
RecentDocumentsMenu() - Constructor for class org.norvelle.textcite.gui.menu.RecentDocumentsMenu
 
RecentDocumentsMenuItem - Class in org.norvelle.textcite.gui.menu
RecentDocumentsMenuItem Provides a JMenuItem customized to open a recent document
RecentDocumentsMenuItem(String) - Constructor for class org.norvelle.textcite.gui.menu.RecentDocumentsMenuItem
 
RecentDocumentsMenuItem.Menu_ActionAdapter - Class in org.norvelle.textcite.gui.menu
 
RecentDocumentsMenuItem.Menu_ActionAdapter(RecentDocumentsMenuItem) - Constructor for class org.norvelle.textcite.gui.menu.RecentDocumentsMenuItem.Menu_ActionAdapter
 
recreateAdapterCollection() - Method in interface org.norvelle.textcite.gui.adapter.ListModelAdaptee
 
recreateAdapterCollection() - Method in interface org.norvelle.textcite.gui.adapter.TableModelAdaptee
 
recreateAdapterCollection() - Method in interface org.norvelle.textcite.gui.adapter.TreeModelAdaptee
 
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.AuthorCollection
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.BookCollection
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.BookOutlineTree
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.CategoryTree
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.CitationCategoryCollection
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.CitationCollection
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateAdapterCollection() - Method in class org.norvelle.textcite.model.Clipboard
After loading a new file, the AdapterCollection (which is marked as transient) will not be recreated during the deserialization process.
recreateObjectReferences() - Method in class org.norvelle.textcite.model.Author
After loading a CiteBook, instead of having references to the Citations for this Author, we will have a list of IDs, which we need to turn into real object references.
ReferenceFormatSubpanel - Class in org.norvelle.textcite.gui.dialog.prefs
A preferences subpanel that handles the user preferences for how to export citation references.
ReferenceFormatSubpanel() - Constructor for class org.norvelle.textcite.gui.dialog.prefs.ReferenceFormatSubpanel
Creates new form ExportPreferencesPanel
ReferenceGenerator - Class in org.norvelle.textcite.gui.action.genref
ReferenceGenerator: Abstract base class for classes that handle the generation of different types of reference citation styles.
ReferenceGenerator(String, String) - Constructor for class org.norvelle.textcite.gui.action.genref.ReferenceGenerator
 
ReferenceGenerator() - Constructor for class org.norvelle.textcite.gui.action.genref.ReferenceGenerator
 
ReferenceGeneratorCollection - Class in org.norvelle.textcite.gui.action.genref
ReferenceGeneratorCollection: A collection of the ReferenceGenerators available to the application, with routines to produce arrays, and to return a reference to the user's chosen default reference generator.
ReferenceGeneratorCollection() - Constructor for class org.norvelle.textcite.gui.action.genref.ReferenceGeneratorCollection
 
REFID_MARKER - Static variable in class org.norvelle.textcite.gui.action.genref.CustomReferenceGenerator
 
refreshFilters() - Method in class org.norvelle.textcite.model.CitationCollection
Refreshes the currently applied filters
refreshGUI() - Method in class org.norvelle.textcite.gui.MainFrame
Reset the various GUI objects that depend on newly-loaded data, or after a new CiteBook has been created.
refreshMenu() - Method in class org.norvelle.textcite.gui.menu.RecentDocumentsMenu
Load the RecentDocuments menu from the global properties.
refreshQuantity() - Method in class org.norvelle.textcite.gui.StatusBar
 
RefworksReferenceGenerator - Class in org.norvelle.textcite.gui.action.genref
CitationReferenceGenerator:
RefworksReferenceGenerator() - Constructor for class org.norvelle.textcite.gui.action.genref.RefworksReferenceGenerator
 
REGEX_MATCH_FILTER - Static variable in interface org.norvelle.textcite.model.filter.CitationFilter
 
registerAuthor(Author) - Method in class org.norvelle.textcite.model.AuthorCollection
Adds the given Author to the list.
registerBook(Book) - Method in class org.norvelle.textcite.model.Author
Marks the given Book object as being by the current Author
registerBook(Book) - Method in class org.norvelle.textcite.model.BookCollection
Add a Book object to the list.
registerBookNode(AuthorPubTreeNode) - Method in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeModel
 
registerBookOutlineItem(BookOutlineItem, BookOutlineItem, BookOutlineItem, boolean) - Method in class org.norvelle.textcite.model.BookOutlineTree
Insert a new BookOutlineItem into the tree, under the indicated parent node.
registerCategory(Category, Category) - Method in class org.norvelle.textcite.model.CategoryTree
Insert a new Category into the tree, under the indicated parent node.
registerCategory(Category) - Method in class org.norvelle.textcite.model.Citation
Add a Category to those listed as being associated with this Citation
registerCategory(Category) - Method in class org.norvelle.textcite.model.CitationCategoryCollection
Add a CitationCategory to the list of categories associated with the parent Citation.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.AbstractCitationContainerTreeNode
Mark a Citation object as belonging to this AbstractCitationContainerTreeNode.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.Author
Registers the given Citation as being by the current Author.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.Book
Mark a Citation object as belong to this Book.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.BookOutlineItem
Mark a Citation object as belonging to this BookOutlineItem.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.Category
Mark a Citation object as belong to this Category.
registerCitation(Citation) - Method in class org.norvelle.textcite.model.CitationCollection
Registers a new Citation in the list, and signals the JTable that the data has changed.
registerMacOSXApplication(MainFrame) - Static method in class org.norvelle.textcite.gui.osx.OSXAdapter
 
registerSaveFlagListener(SaveFlagChangeListener) - Method in class org.norvelle.textcite.model.CiteBook
Register a SaveFlagChangeListener
REMOVE_CATEGORY_BUTTON_PRESSED - Static variable in class org.norvelle.textcite.gui.dialog.CitationDialog
 
removeAdapter(ListModelChangeListener) - Method in interface org.norvelle.textcite.gui.adapter.ListModelAdaptee
 
removeAdapter(ListModelChangeListener) - Method in class org.norvelle.textcite.gui.adapter.ListModelAdapterCollection
 
removeAdapter(TableModelAdapter) - Method in interface org.norvelle.textcite.gui.adapter.TableModelAdaptee
 
removeAdapter(TableModelAdapter) - Method in class org.norvelle.textcite.gui.adapter.TableModelAdapterCollection
 
removeAdapter(TreeModelAdapter) - Method in interface org.norvelle.textcite.gui.adapter.TreeModelAdaptee
 
removeAdapter(TreeModelAdapter) - Method in class org.norvelle.textcite.gui.adapter.TreeModelAdapterCollection
 
removeAdapter(ListModelChangeListener) - Method in class org.norvelle.textcite.model.AuthorCollection
 
removeAdapter(ListModelChangeListener) - Method in class org.norvelle.textcite.model.BookCollection
 
removeAdapter(TreeModelAdapter) - Method in class org.norvelle.textcite.model.BookOutlineTree
 
removeAdapter(TreeModelAdapter) - Method in class org.norvelle.textcite.model.CategoryTree
 
removeAdapter(ListModelChangeListener) - Method in class org.norvelle.textcite.model.CitationCategoryCollection
 
removeAdapter(TableModelAdapter) - Method in class org.norvelle.textcite.model.CitationCollection
 
removeAdapter(ListModelChangeListener) - Method in class org.norvelle.textcite.model.Clipboard
 
removeAllFilters() - Method in class org.norvelle.textcite.model.CitationCollection
Removes all currently applied filters
removeChild(AuthorPubTreeNode) - Method in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeNode
Remove a child from the list of children
removeDoubleClickListener(DoubleClickTreeListener) - Method in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeViewer
 
removeDoubleClickListener(DoubleClickTreeListener) - Method in class org.norvelle.textcite.gui.outlook_bar.CategoryTreeViewer
 
removeFilter(CitationFilter) - Method in class org.norvelle.textcite.model.CitationCollection
Removing the current filter is equivalent to applying an AllCitationsFilter.
removeProgressBar() - Method in class org.norvelle.textcite.gui.StatusBar
 
removeQuantityChangeListener(CitationQuantityChangeListener) - Method in class org.norvelle.textcite.model.CitationCollection
 
removeTreeModelListener(TreeModelListener) - Method in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeModel
 
removeUpdateIcon() - Method in class org.norvelle.textcite.gui.StatusBar
 
RENAME_CATEGORY_ACTION - Static variable in class org.norvelle.textcite.gui.menu.CategoryViewerPopupMenu
 
renameCategory(ActionEvent) - Method in class org.norvelle.textcite.gui.outlook_bar.CategoryTreeViewer
 
restoreCitationReferences() - Method in class org.norvelle.textcite.model.AbstractCitationContainer
This method restores the citations HashMap, filling it with references to the Citations indicated in the citationIds Vector.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.AbstractCitationContainerTreeNode
This method restores the citations HashMap, filling it with references to the Citations indicated in the citationIds Vector.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.AuthorCollection
After deserializing the Authors, each Author object needs to rebuild its HashMap of references to the Citations registered for the author.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.Book
This method restores the citations HashMap, filling it with references to the Citations indicated in the citationIds Vector.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.BookCollection
After deserializing the Books, each Book object needs to rebuild its HashMap of references to the Citations registered for the author.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.BookOutlineTree
After deserializing the Books, each Book object needs to rebuild its HashMap of references to the Citations registered for the author.
restoreCitationReferences() - Method in class org.norvelle.textcite.model.CategoryTree
After deserializing the Books, each Book object needs to rebuild its HashMap of references to the Citations registered for the author.
root - Variable in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeModel
 
RTFExportException - Exception in org.norvelle.textcite.gui.action.rtf
 
RTFExportException(String) - Constructor for exception org.norvelle.textcite.gui.action.rtf.RTFExportException
 
run() - Method in class org.norvelle.textcite.gui.Pinger
 

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