Package noaa.coastwatch.gui.open
package noaa.coastwatch.gui.open
Provides classes for browsing and opening lists of data files.
-
ClassDescriptionThe
AbstractDirectoryLister
is an abstract helper that implements most of theDirectoryLister
methods.Deprecated.Deprecated.ADirectoryLister
performs simple directory listing services, providing the file names in a directory, their size, and modification times.TheDirectoryLister.Entry
class may be used to access one entry in the contents of a directory lister.Deprecated.TheEarthDataReaderChooser
class allows the user to choose a dataset and list of variables for opening geographic data files recognized by theEarthDataReaderFactory
class.Deprecated.TheTask
class allows the user to run a file chooser task viaFileChooser.runTask(noaa.coastwatch.gui.open.FileChooser.Task)
in a separate thread from the AWT event queue, and output status messages to the user.Deprecated.TheFileTableModel
uses a list ofDirectoryLister.Entry
objects to present a view of a directory and its subdirectories and files.Deprecated.TheLocalDirectoryLister
lists directory contents on the local filesystem.Deprecated.Deprecated.TheServerChooser
class allows the user to select from and edit a list of network servers.TheServerTableModel
class models a mapping of simple server names to URL strings.Holds a server table entry with server name and location.TheStringFilter
interface specifies methods for filtering an input string to an output string.Deprecated.A JTree that displays an xml document.
EarthDataReaderChooser
.