Interface | Description |
---|---|
ConfirmCloseFileListEntryEditor |
An implementation of this interface is called to confirm whether a FileListEntryEditor
is ready to close when Ok is pressed, or whether there is a problem that needs to be
resolved first.
|
DownloadExternalFile.DownloadCallback |
Callback interface that users of this class must implement in order to receive
notification when download is complete.
|
FullTextFinder |
This interface is used for classes that try to resolve a full-text PDF url from an article
web page.
|
PushToApplication |
Class that defines interaction with an external application in the form of
"pushing" selected entries to it.
|
Class | Description |
---|---|
AccessLinksForEntries |
This class handles the task of looking up all external files linked for a set
of entries.
|
AccessLinksForEntries.SaveWithLinkedFiles | |
AutoSetExternalFileForEntries |
This action goes through all selected entries in the BasePanel, and attempts to autoset the
given external file (pdf, ps, ...) based on the same algorithm used for the "Auto" button in
EntryEditor.
|
DownloadExternalFile |
This class handles the download of an external file.
|
DroppedFileHandler |
This class holds the functionality of autolinking to a file that's dropped
onto an entry.
|
ExternalFileMenuItem |
The menu item used in the popup menu for opening external resources associated
with an entry.
|
ExternalFilePanel |
Initial Version:
|
ExternalFileType |
This class defines a type of external files that can be linked to from JabRef.
|
ExternalFileTypeEditor |
Editor for external file types.
|
ExternalFileTypeEditor.EditExternalFileTypesAction | |
ExternalFileTypeEntryEditor |
This class produces a dialog box for editing an external file type.
|
FileLinksUpgradeWarning |
This class defines the warning that can be offered when opening a pre-2.3
JabRef file into a later version.
|
FindFullText |
Utility class for trying to resolve URLs to full-text PDF for articles.
|
FindFullText.FindResult | |
FindFullTextAction |
Try to download fulltext PDF for selected entry(ies) by following URL or DOI link.
|
IconSelection |
Dialog box for choosing an icon for an external file type.
|
MoveFileAction |
Action for moving or renaming a file that is linked to from an entry in JabRef.
|
PushToApplicationAction |
An Action class representing the process of invoking a PushToApplication operation.
|
PushToApplicationButton |
Customized UI component for pushing to external applications.
|
PushToEmacs |
Created by IntelliJ IDEA.
|
PushToLatexEditor |
Class for pushing entries into LatexEditor.
|
PushToLyx | |
PushToVim |
Created by IntelliJ IDEA.
|
PushToWinEdt | |
RegExpFileSearch |
Created by IntelliJ IDEA.
|
ScienceDirectPdfDownload |
FullTextFinder implementation that attempts to find PDF url from a Sciencedirect article page.
|
SpringerLinkPdfDownload |
FullTextFinder implementation that attempts to find PDF url from a Sciencedirect article page.
|
SynchronizeFileField |
This action goes through all selected entries in the BasePanel, and attempts to autoset the
given external file (pdf, ps, ...) based on the same algorithm used for the "Auto" button in
EntryEditor.
|
TransferableFileLinkSelection | |
UnknownExternalFileType |
This subclass of ExternalFileType is used to mark types that are unknown.
|
UpgradeExternalLinks |
Action for upgrading old-style (pre 2.3) PS/PDF links to the new "file" field.
|
WriteXMPAction |
This action goes through all selected entries in the BasePanel, and attempts
to write the XMP data to the external pdf.
|
WriteXMPEntryEditorAction |
Write XMP action for EntryEditor toolbar.
|