See: Description
Interface | Description |
---|---|
DirectoryLister |
A
DirectoryLister performs simple directory listing
services, providing the file names in a directory, their size, and
modification times. |
StringFilter |
The
StringFilter interface specifies methods for
filtering an input string to an output string. |
Class | Description |
---|---|
AbstractDirectoryLister |
The
AbstractDirectoryLister is an abstract helper that
implements most of the DirectoryLister methods. |
BasicReaderInfoPanel |
The
BasicReaderInfoPanel class displays basic
information from a EarthDataReader in a graphical
panel. |
DataVariableTableModel |
The
DataVariableTableModel class models the
information in a list of DataVariable
objects. |
DirectoryLister.Entry |
The
DirectoryLister.Entry class may be used to
access one entry in the contents of a directory lister. |
EarthDataChooser |
The
EarthDataChooser class allows the user to choose a
dataset and list of variables for opening earth locatable data. |
FileChooser |
The
FileChooser class is a simplified version of the
Swing JFileChooser that allows the user to select a
file on any directory listing service supported by a DirectoryLister object. |
FileChooser.Task |
The
Task class allows the user to run a file chooser
task via FileChooser.runTask(noaa.coastwatch.gui.open.FileChooser.Task) in a separate thread from
the AWT event queue, and output status messages to the user. |
FileTable |
The
FileTable uses a FileTableModel object to
display a directory listing. |
FileTableModel |
The
FileTableModel uses a list of DirectoryLister.Entry objects to present a view of a directory and
its subdirectories and files. |
HTTPDirectoryLister |
The
HTTPDirectoryLister lists directory contents over
an HTTP connection. |
LocalDirectoryLister |
The
LocalDirectoryLister lists directory contents on
the local filesystem. |
NetworkFileChooser |
The
NetworkFileChooser class allows the user to choose
a file from a network server. |
OpendapURLFilter |
The
OpendapURLFilter class filters OPeNDAP URL
strings. |
ServerChooser |
The
ServerChooser class allows the user to select from
and edit a list of network servers. |
ServerTableModel |
The
ServerTableModel class models a mapping of simple
server names to URL strings. |
ServerTableModel.Entry |
Holds a server table entry with server name and location.
|
THREDDSFileChooser |
The
THREDDSFileChooser class allows the user to choose
a file from a THREDDS catalog. |
XMLTree |
A JTree that displays an xml document.
|