gov.nasa.gsfc.drl.rtstps.viewer.commands
Class LocalLoadAction.SimpleFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gov.nasa.gsfc.drl.rtstps.viewer.commands.LocalLoadAction.SimpleFilter
Enclosing class:
LocalLoadAction

public static class LocalLoadAction.SimpleFilter
extends javax.swing.filechooser.FileFilter


Constructor Summary
LocalLoadAction.SimpleFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
          Determine if the filter accepts the prospective file.
 java.lang.String getDescription()
          Get the filter description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalLoadAction.SimpleFilter

public LocalLoadAction.SimpleFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Determine if the filter accepts the prospective file.

Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public final java.lang.String getDescription()
Get the filter description.

Specified by:
getDescription in class javax.swing.filechooser.FileFilter