See: Description
Class | Description |
---|---|
AppleEventHandler |
AppleEventHandler handles the user actions About, Open, Preferences, and Quit
on Mac OS X systems, passing them on to the appropriate methods of a
PuffinApp instance specified on initialization.
|
DownloadWorker |
A SwingWorker which downloads a file from a specified URL and
saves it to a specified path.
|
IdToFileMap |
A class to maintain a mapping between identifier strings and directories.
|
JythonJarManager |
A collection of static methods for managing the Jython jar.
|
PuffinAction |
PuffinAction is the superclass for most Actions used in PuffinPlot.
|
PuffinActions |
A container class for individual instances of
PuffinAction
which represent particular user actions in PuffinPlot. |
PuffinApp |
This class constitutes the main PuffinPlot application.
|
PuffinPrefs |
PuffinPrefs stores, loads, and saves PuffinPlot's user preferences.
|
RecentFileList |
RecentFileList manages a list of file-sets.
|
Util |
This class collects miscellaneous, general-purpose utility functions
which are useful to PuffinPlot.
|
Exception | Description |
---|---|
PuffinUserException |
An exception representing a condition which is not fatal, but
which needs to be caught and reported to the user.
|