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

C

cancelButtonPressed - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
cancelButtonPressed - Variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
cancelButtonPressed() - Method in interface org.norvelle.textcite.gui.dialog.ExportDialog
 
cancelButtonPressed() - Method in class org.norvelle.textcite.gui.dialog.ExportPDFDialog
 
cancelButtonPressed() - Method in class org.norvelle.textcite.gui.dialog.ExportRTFDialog
 
CancelListener - Interface in org.norvelle.textcite.gui.event
CancelListener: Implemented by classes that want to be able to receive notifications of cancel-button presses by the user.
cancelPressed() - Method in class org.norvelle.textcite.gui.action.ExportPDFAction
 
cancelPressed() - Method in class org.norvelle.textcite.gui.action.ExportRTFAction
 
cancelPressed() - Method in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
cancelPressed() - Method in interface org.norvelle.textcite.gui.event.CancelListener
 
canConvert(Character) - Method in class org.norvelle.textcite.gui.action.convert.LaTeXGreekConverter
 
canConvert(Character) - Method in class org.norvelle.textcite.gui.action.convert.UnicodeConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.Author.AuthorConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.AuthorCollection.AuthorCollectionConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.Book.BookConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.BookCollection.BookCollectionConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.BookOutlineItem.BookOutlineItemConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.BookOutlineTree.BookOutlineTreeConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.Category.CategoryConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.CategoryTree.CategoryTreeConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.Citation.CitationConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.CitationCategoryCollection.CitationCategoryCollectionConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.CitationCollection.CitationCollectionConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.CiteBook.CiteBookConverter
 
canConvert(Class) - Method in class org.norvelle.textcite.model.serialize.MapConverter
 
Category - Class in org.norvelle.textcite.model
Represents a subject category that can be associated with a citation.
Category(String, Category) - Constructor for class org.norvelle.textcite.model.Category
The constructor calls the DefaultMutableTreeNode constructor, passing the name of the Category as the UserObject (which will also be displayed as the label)
Category(String) - Constructor for class org.norvelle.textcite.model.Category
This constructor is the same as the two-parameter one, simply supplying null as the parent Category, so that the new Category will be added to the root of the tree
Category() - Constructor for class org.norvelle.textcite.model.Category
A parameterless constructor, so that we can recreate a serialized Category from XML.
Category.CategoryConverter - Class in org.norvelle.textcite.model
CategoryConverter is an inner class used for serializing Category objects via XStream.
Category.CategoryConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.Category.CategoryConverter
 
CATEGORY_ALL_CHILDREN_FILTER - Static variable in interface org.norvelle.textcite.model.filter.CitationFilter
 
CATEGORY_CLIPBOARD_TPROP - Static variable in class org.norvelle.textcite.Application
 
CATEGORY_COLUMN - Static variable in class org.norvelle.textcite.model.Citation
 
CATEGORY_EQUALS_FILTER - Static variable in interface org.norvelle.textcite.model.filter.CitationFilter
 
CATEGORY_EXPANSION_TPROP - Static variable in class org.norvelle.textcite.Application
 
CategoryCitationsFilter - Class in org.norvelle.textcite.model.filter
CategoryCitationsFilter Matches the Category objects associated with Citations against a given Category object (and its children, if the CATEGORY_ALL_CHILDREN_FILTER filter type is chosen.
CategoryCitationsFilter(Category) - Constructor for class org.norvelle.textcite.model.filter.CategoryCitationsFilter
The basic construct by default builds a filter that matches the given category and all children.
CategoryDialog - Class in org.norvelle.textcite.gui.dialog
Create a dialog box for entering or editing a category name
CategoryDialog(TreePath) - Constructor for class org.norvelle.textcite.gui.dialog.CategoryDialog
Creates new CategoryDialog
CategoryDialog(Category) - Constructor for class org.norvelle.textcite.gui.dialog.CategoryDialog
Creates new CategoryDialog for editing an existing Category
CategoryListModelAdapter - Class in org.norvelle.textcite.gui.adapter
CategoryListModelAdapter: A special ListModelAdapter that modifies how Categories are displayed in the list box in the CitationDialog.
CategoryListModelAdapter(ListModelAdaptee) - Constructor for class org.norvelle.textcite.gui.adapter.CategoryListModelAdapter
 
CategorySelectionDialog - Class in org.norvelle.textcite.gui.dialog
 
CategorySelectionDialog() - Constructor for class org.norvelle.textcite.gui.dialog.CategorySelectionDialog
Creates new form CategorySelectionDialog
CategoryTree - Class in org.norvelle.textcite.model
The CategoryTree stores all the currently defined Category objects in the Citebook.
CategoryTree() - Constructor for class org.norvelle.textcite.model.CategoryTree
Default constructor.
CategoryTree.CategoryTreeConverter - Class in org.norvelle.textcite.model
CategoryTreeConverter is an inner class used for serializing CategoryTree objects via XStream.
CategoryTree.CategoryTreeConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.CategoryTree.CategoryTreeConverter
 
CategoryTreeViewer - Class in org.norvelle.textcite.gui.outlook_bar
CategoryTreeViewer Implements a modified JTree, with the capacity to detect mouse events to add/delete/edit Categories, and to handle drag and drop events.
CategoryTreeViewer(TreeModelAdapter, JFrame) - Constructor for class org.norvelle.textcite.gui.outlook_bar.CategoryTreeViewer
The constructor.
CategoryTreeViewer.MouseTreeActionAdapter - Class in org.norvelle.textcite.gui.outlook_bar
MouseTreeActionAdapter Handle mouse actions on the JTree.
CategoryTreeViewer.MouseTreeActionAdapter(CategoryTreeViewer) - Constructor for class org.norvelle.textcite.gui.outlook_bar.CategoryTreeViewer.MouseTreeActionAdapter
 
CategoryViewerPopupMenu - Class in org.norvelle.textcite.gui.menu
CategoryViewerPopupMenu A popup menu used to provide the user with the ability to edit the Category items directly in the CategoryTreeViewer
CategoryViewerPopupMenu(CategoryTreeViewer) - Constructor for class org.norvelle.textcite.gui.menu.CategoryViewerPopupMenu
Constructor.
CategoryViewerPopupMenu.Menu_ActionAdapter - Class in org.norvelle.textcite.gui.menu
 
CategoryViewerPopupMenu.Menu_ActionAdapter(CategoryTreeViewer, int) - Constructor for class org.norvelle.textcite.gui.menu.CategoryViewerPopupMenu.Menu_ActionAdapter
 
centerWindow(JFrame) - Static method in class org.norvelle.textcite.gui.GUIUtils
 
centerWindow(JDialog) - Static method in class org.norvelle.textcite.gui.GUIUtils
 
checkBookIntegrity() - Method in class org.norvelle.textcite.model.BookCollection
Make sure that all Books in the collection are connected to Authors which know about the books.
checkCitationIntegrity() - Method in class org.norvelle.textcite.model.CitationCollection
Make sure that all Books in the collection are connected to Authors which know about the books.
CheckForUpdatesSubpanel - Class in org.norvelle.textcite.gui.dialog.prefs
 
CheckForUpdatesSubpanel() - Constructor for class org.norvelle.textcite.gui.dialog.prefs.CheckForUpdatesSubpanel
Creates new form ExportPreferencesPanel
ChicagoReferenceGenerator - Class in org.norvelle.textcite.gui.action.genref
ChicagoReferenceGenerator: Produces citations in Chicago format
ChicagoReferenceGenerator() - Constructor for class org.norvelle.textcite.gui.action.genref.ChicagoReferenceGenerator
 
children - Variable in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeNode
 
children() - Method in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeNode
Return a enumeration of the children
citation - Variable in class org.norvelle.textcite.gui.action.CopyTextAction
 
citation - Variable in class org.norvelle.textcite.gui.action.CopyTranslationAction
 
Citation - Class in org.norvelle.textcite.model
 
Citation(Book) - Constructor for class org.norvelle.textcite.model.Citation
The object constructor.
Citation(Book, String, String, String) - Constructor for class org.norvelle.textcite.model.Citation
The object constructor that also takes a text selection and a summary.
Citation() - Constructor for class org.norvelle.textcite.model.Citation
A parameterless constructor, so that we can recreate a serialized Citation from XML.
Citation.CitationConverter - Class in org.norvelle.textcite.model
CitationConverter is an inner class used for serializing Citation objects via XStream.
Citation.CitationConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.Citation.CitationConverter
 
CitationCategoryCollection - Class in org.norvelle.textcite.model
Holds the CitationCategory objects currently associated with a given Citation.
CitationCategoryCollection(Citation) - Constructor for class org.norvelle.textcite.model.CitationCategoryCollection
The constructor associates the new CitationCategoryCollection with the parent citation.
CitationCategoryCollection() - Constructor for class org.norvelle.textcite.model.CitationCategoryCollection
This constructor is used by collect a set of categories, without necessarily associating them with a Citation
CitationCategoryCollection.CitationCategoryCollectionConverter - Class in org.norvelle.textcite.model
CitationCategoryCollectionConverter is an inner class used for serializing CitationCategoryCollection objects via XStream.
CitationCategoryCollection.CitationCategoryCollectionConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.CitationCategoryCollection.CitationCategoryCollectionConverter
 
CitationCollection - Class in org.norvelle.textcite.model
The CitationCollection implements the master list of Citations.
CitationCollection() - Constructor for class org.norvelle.textcite.model.CitationCollection
The default constructor simply creates an AllCitationsFilter and assigns it as the current filter (meaning that by default, all Citation objects will be visible)
CitationCollection.CitationCollectionConverter - Class in org.norvelle.textcite.model
CitationCollectionConverter is an inner class used for serializing CitationCollection objects via XStream.
CitationCollection.CitationCollectionConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.CitationCollection.CitationCollectionConverter
 
CitationColumn - Class in org.norvelle.textcite.gui
CitationColumn Holds information about the table column that represents a field of data in a Citation object.
CitationColumn(String, Class, int) - Constructor for class org.norvelle.textcite.gui.CitationColumn
 
CitationDialog - Class in org.norvelle.textcite.gui.dialog
 
CitationDialog() - Constructor for class org.norvelle.textcite.gui.dialog.CitationDialog
Creates new form CitationDialog
CitationDialog(Book) - Constructor for class org.norvelle.textcite.gui.dialog.CitationDialog
Creates new form CitationDialog, using the given Book to fill the Book/Author field
CitationDialog(Citation, TablePanel, int) - Constructor for class org.norvelle.textcite.gui.dialog.CitationDialog
Create a new NewCitationDialog, but for editing an existing Citation.
CitationDialog.BookList_ActionAdapter - Class in org.norvelle.textcite.gui.dialog
 
CitationDialog.BookList_ActionAdapter(CitationDialog) - Constructor for class org.norvelle.textcite.gui.dialog.CitationDialog.BookList_ActionAdapter
 
CitationDialog.Button_ActionAdapter - Class in org.norvelle.textcite.gui.dialog
 
CitationDialog.Button_ActionAdapter(CitationDialog, int) - Constructor for class org.norvelle.textcite.gui.dialog.CitationDialog.Button_ActionAdapter
 
CitationDisplayPanel - Class in org.norvelle.textcite.gui
CitationDisplayPanel: A panel for displaying HTML-formatted text.
CitationDisplayPanel() - Constructor for class org.norvelle.textcite.gui.CitationDisplayPanel
 
CitationDisplayPanel.ShowCitationSelectionChangedAdapter - Class in org.norvelle.textcite.gui
ShowCitationSelectionChangedAdapter is an inner class designed to let the Citation Display panel listen to the citation list table, and display the selected Citation when there is a single-click mouse event or cursor movement
CitationDisplayPanel.ShowCitationSelectionChangedAdapter(TablePanel) - Constructor for class org.norvelle.textcite.gui.CitationDisplayPanel.ShowCitationSelectionChangedAdapter
 
CitationExporter - Class in org.norvelle.textcite.gui.action.rtf
This is the parent class for the various different types of RTF citation exporters
CitationExporter(ExportRTFAction, Document) - Constructor for class org.norvelle.textcite.gui.action.rtf.CitationExporter
 
CitationFilter - Interface in org.norvelle.textcite.model.filter
CitationFilter Interface for filter objects used to select subsets of Citations for display in the application JTable.
citationIds - Variable in class org.norvelle.textcite.model.AbstractCitationContainerTreeNode
This Vector contains only the IDs of the Citations, not the references to the objects.
CitationQuantityChangeListener - Interface in org.norvelle.textcite.gui.event
CitationQuantityChangeListener: A class that implements this interface can receive updates about how many Citations are currently on view in the TablePanel.
CitationReferenceGenerator - Class in org.norvelle.textcite.gui.action.genref
CitationReferenceGenerator:
CitationReferenceGenerator() - Constructor for class org.norvelle.textcite.gui.action.genref.CitationReferenceGenerator
 
citations - Variable in class org.norvelle.textcite.model.AbstractCitationContainer
This HashMap contains the Citations which reference this Author.
citations - Variable in class org.norvelle.textcite.model.AbstractCitationContainerTreeNode
This HashMap contains the Citations which reference this CitationContainer.
citationSet - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
citationSet - Variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
CitationSet - Class in org.norvelle.textcite.model
A CitationSet holds an ordered set of Citations, that can be iterated over.
CitationSet(Iterator) - Constructor for class org.norvelle.textcite.model.CitationSet
This constructor is used to create a CitationSet containing all of the Citations from the CiteBook, via an Iterator directly.
CitationSet() - Constructor for class org.norvelle.textcite.model.CitationSet
Creates an empty CitationSet, to which Citations can be added by the add() method, preserving the order in which they are added.
citationsIds - Variable in class org.norvelle.textcite.model.AbstractCitationContainer
This Vector contains only the IDs of the Citations, not the references to the objects.
CitationsOnlyCitationExporter - Class in org.norvelle.textcite.gui.action.rtf
CitationsOnlyCitationExporter: An CitationExporter that outputs citations to RTF, including only citations and excluding commentaries.
CitationsOnlyCitationExporter(ExportRTFAction, Document) - Constructor for class org.norvelle.textcite.gui.action.rtf.CitationsOnlyCitationExporter
 
CitationTableModelAdapter - Class in org.norvelle.textcite.gui.adapter
CitationTableModelAdapter: A special adapter for the CitationCollection, that reports on the names of the columns and their types.
CitationTableModelAdapter(TableModelAdaptee) - Constructor for class org.norvelle.textcite.gui.adapter.CitationTableModelAdapter
 
citebook - Variable in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeModel
 
citebook - Variable in class org.norvelle.textcite.gui.outlook_bar.AuthorPubTreeNode
 
CiteBook - Class in org.norvelle.textcite.model
 
CiteBook() - Constructor for class org.norvelle.textcite.model.CiteBook
CiteBook constructor.
CiteBook.CiteBookConverter - Class in org.norvelle.textcite.model
CiteBookConverter is an inner class used for serializing CiteBook objects via XStream.
CiteBook.CiteBookConverter(Mapper, SaveLoadStatusListener, XMLSerializer2) - Constructor for class org.norvelle.textcite.model.CiteBook.CiteBookConverter
 
clear() - Method in class org.norvelle.textcite.model.AuthorCollection
 
clear() - Method in class org.norvelle.textcite.model.BookCollection
 
clear() - Method in class org.norvelle.textcite.model.BookOutlineTree
Clears the BookOutlineItemTree of all members.
clear() - Method in class org.norvelle.textcite.model.CategoryTree
Clears the CategoryTree of all members.
clear() - Method in class org.norvelle.textcite.model.CitationCategoryCollection
 
clear() - Method in class org.norvelle.textcite.model.CitationCollection
Eliminate all Citation objects from the catalog
clear() - Method in class org.norvelle.textcite.model.CiteBook
Empty the CiteBook of all contents.
clearFilter() - Method in class org.norvelle.textcite.gui.FilterToolBar
Clear the applied filter.
Clipboard - Class in org.norvelle.textcite.model
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.
Clipboard() - Constructor for class org.norvelle.textcite.model.Clipboard
 
ClipboardDialog - Class in org.norvelle.textcite.gui.dialog
 
ClipboardDialog() - Constructor for class org.norvelle.textcite.gui.dialog.ClipboardDialog
Creates new form ClipboardDialog
ClipboardHostable - Interface in org.norvelle.textcite.model
Indicates that a given TextCite Object can be hosted on the clipboard.
CLOSE_BUTTON_PRESSED - Static variable in class org.norvelle.textcite.gui.dialog.AuthorDialog
 
CLOSE_BUTTON_PRESSED - Static variable in class org.norvelle.textcite.gui.dialog.BookDialog
 
CLOSE_BUTTON_PRESSED - Static variable in class org.norvelle.textcite.gui.dialog.BookOutlineItemDialog
 
CLOSE_BUTTON_PRESSED - Static variable in class org.norvelle.textcite.gui.dialog.CitationDialog
 
closeFileIcon - Variable in class org.norvelle.textcite.gui.menu.MainMenuBar
 
CODE_BIBTEX - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
CODE_BIBTEX - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
CODE_CITATION - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
CODE_CITATION - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
CODE_ENDNOTE - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
CODE_ENDNOTE - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
codeStyle - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
codeStyle - Variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
collectCitationSet() - Method in class org.norvelle.textcite.gui.action.ExportRTFAction
The routine that adds the chosen content to the document.
collectCitationSet() - Method in class org.norvelle.textcite.gui.action.ExportTranslationsAction
The routine that adds the chosen content to the document.
COMMENTARIES_IN_FOOTNOTES - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
COMMENTARIES_IN_FOOTNOTES - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
COMMENTARIES_INTERWOVEN - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
COMMENTARIES_INTERWOVEN - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
COMMENTARIES_MAIN_TEXT - Static variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
COMMENTARIES_MAIN_TEXT - Static variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
CommentariesInBodyCitationExporter - Class in org.norvelle.textcite.gui.action.rtf
InterwovenCitationExporter: An CitationExporter that outputs citations in RTF with the commentaries in the main text,
CommentariesInBodyCitationExporter(ExportRTFAction, Document) - Constructor for class org.norvelle.textcite.gui.action.rtf.CommentariesInBodyCitationExporter
 
CommentariesInFootnotesCitationExporter - Class in org.norvelle.textcite.gui.action.rtf
CommentariesInFootnotesCitationExporter: An CitationExporter that outputs citations to RTF with the commentaries in the footnotes and citations in the main text.
CommentariesInFootnotesCitationExporter(ExportRTFAction, Document) - Constructor for class org.norvelle.textcite.gui.action.rtf.CommentariesInFootnotesCitationExporter
 
COMMENTARY_FIELD_FILTER - Static variable in class org.norvelle.textcite.model.filter.TextCitationsFilter
 
commentaryFont - Variable in class org.norvelle.textcite.gui.action.rtf.CitationExporter
 
COMPARABLE_COMAPRATOR - Static variable in class org.norvelle.textcite.gui.TableSorter
 
compare(Citation, Citation) - Method in class org.norvelle.textcite.model.sort.AuthorSortComparator
 
compare(Citation, Citation) - Method in class org.norvelle.textcite.model.sort.BookSortComparator
 
compare(Citation, Citation) - Method in class org.norvelle.textcite.model.sort.OutlineSortComparator
 
compare(Citation, Citation) - Method in class org.norvelle.textcite.model.sort.PageRefSortComparator
 
compare(Citation, Citation) - Method in class org.norvelle.textcite.model.sort.SortComparator
 
compareTo(Object, Vector) - Method in class org.norvelle.textcite.model.Citation
Performs a comparison between this Citation and another one, based on a comparison of all of the fields indicated by the current comparators vector.
construct() - Method in class org.norvelle.textcite.gui.SwingWorker
Compute the value to be returned by the get method.
conversions - Static variable in class org.norvelle.textcite.gui.action.convert.LaTeXGreekConverter
 
conversionTable - Variable in class org.norvelle.textcite.gui.action.convert.LaTeXGreekConverter
 
convert(Character) - Method in class org.norvelle.textcite.gui.action.convert.LaTeXGreekConverter
Convert a given character to LaTeX Greek encoding (teubner)
convert(Character) - Method in class org.norvelle.textcite.gui.action.convert.UnicodeConverter
 
COPY_COMMENTARY_ACTION - Static variable in class org.norvelle.textcite.gui.menu.TablePanelPopupMenu
 
COPY_REFERENCE_ACTION - Static variable in class org.norvelle.textcite.gui.menu.TablePanelPopupMenu
 
COPY_TEXT_ACTION - Static variable in class org.norvelle.textcite.gui.menu.TablePanelPopupMenu
 
COPY_TRANSLATION_ACTION - Static variable in class org.norvelle.textcite.gui.menu.TablePanelPopupMenu
 
CopyCommentAction - Class in org.norvelle.textcite.gui.action
CopyCitationAction: An Action class that can be assigned directly to a JMenuItem or ToolbarButton, that copies the selected Citation's comment to the clipboard
CopyCommentAction(Citation) - Constructor for class org.norvelle.textcite.gui.action.CopyCommentAction
Construct the Action, at the same performing the clipboard copy
CopyReferenceAction - Class in org.norvelle.textcite.gui.action
CopyReferenceAction: An Action class that can be assigned directly to a JMenuItem or ToolbarButton, that copies the selected Citation's reference to the clipboard
CopyReferenceAction(Citation) - Constructor for class org.norvelle.textcite.gui.action.CopyReferenceAction
Construct the Action
CopyTextAction - Class in org.norvelle.textcite.gui.action
CopyCitationAction: An Action class that can be assigned directly to a JMenuItem or ToolbarButton, that copies the selected Citation's text to the clipboard
CopyTextAction(Citation) - Constructor for class org.norvelle.textcite.gui.action.CopyTextAction
Construct the Action
CopyTranslationAction - Class in org.norvelle.textcite.gui.action
CopyCitationAction: An Action class that can be assigned directly to a JMenuItem or ToolbarButton, that copies the selected Citation's translation to the clipboard
CopyTranslationAction(Citation) - Constructor for class org.norvelle.textcite.gui.action.CopyTranslationAction
Construct the Action
CREATE_CITATION_ACTION - Static variable in class org.norvelle.textcite.gui.menu.BookPopupMenu
 
CreateBackupsSubpanel - Class in org.norvelle.textcite.gui.dialog.prefs
 
CreateBackupsSubpanel() - Constructor for class org.norvelle.textcite.gui.dialog.prefs.CreateBackupsSubpanel
Creates new form ExportPreferencesPanel
createDialog(Component, String) - Method in class org.norvelle.textcite.gui.FontChooser
 
createPropertyChangeListener() - Method in class org.norvelle.textcite.gui.osx.OSXFontChooserUI
 
createUI(JComponent) - Static method in class org.norvelle.textcite.gui.osx.OSXFontChooserUI
 
currentDisplayFont - Variable in class org.norvelle.textcite.gui.dialog.prefs.MainFontPreferenceSubpanel
 
currentDisplayFont - Variable in class org.norvelle.textcite.gui.dialog.prefs.SystemFontPreferenceSubpanel
 
currentGenerator - Variable in class org.norvelle.textcite.gui.dialog.prefs.ReferenceFormatSubpanel
 
currentIndent - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
currentIndent - Variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
currOutlineLevel - Variable in class org.norvelle.textcite.gui.action.ExportRTFAction
 
currOutlineLevel - Variable in class org.norvelle.textcite.gui.action.ExportTranslationsAction
 
CUSTOM_REFERENCE_FORMAT_PROPERTY - Static variable in class org.norvelle.textcite.gui.action.genref.ReferenceGenerator
 
customFormatGenerator - Variable in class org.norvelle.textcite.gui.dialog.prefs.ReferenceFormatSubpanel
 
CustomReferenceGenerator - Class in org.norvelle.textcite.gui.action.genref
CustomReferenceGenerator: Produces citations in a user-defined format.
CustomReferenceGenerator(String) - Constructor for class org.norvelle.textcite.gui.action.genref.CustomReferenceGenerator
 
customTemplate - Variable in class org.norvelle.textcite.gui.action.genref.CustomReferenceGenerator
 
CUT_CATEGORY_ACTION - Static variable in class org.norvelle.textcite.gui.menu.CategoryViewerPopupMenu
 
cutCategory(ActionEvent) - Method in class org.norvelle.textcite.gui.outlook_bar.CategoryTreeViewer
Put the indicated category on the "clipboard" for being moved to another location in the CategoryTree

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