Package noaa.coastwatch.gui.open
package noaa.coastwatch.gui.open
Provides classes for browsing and opening lists of data files.
-
ClassDescriptionThe
AbstractDirectoryListeris an abstract helper that implements most of theDirectoryListermethods.Deprecated.Deprecated.ADirectoryListerperforms simple directory listing services, providing the file names in a directory, their size, and modification times.TheDirectoryLister.Entryclass may be used to access one entry in the contents of a directory lister.Deprecated.TheEarthDataReaderChooserclass allows the user to choose a dataset and list of variables for opening geographic data files recognized by theEarthDataReaderFactoryclass.Deprecated.TheTaskclass 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.TheFileTableModeluses a list ofDirectoryLister.Entryobjects to present a view of a directory and its subdirectories and files.Deprecated.TheLocalDirectoryListerlists directory contents on the local filesystem.Deprecated.Deprecated.TheServerChooserclass allows the user to select from and edit a list of network servers.TheServerTableModelclass models a mapping of simple server names to URL strings.Holds a server table entry with server name and location.TheStringFilterinterface specifies methods for filtering an input string to an output string.Deprecated.A JTree that displays an xml document.
EarthDataReaderChooser.