gov.nih.nci.cagrid.introduce.common
Class FileFilters.WSDLFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gov.nih.nci.cagrid.introduce.common.FileFilters.WSDLFileFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing interface:
FileFilters

public static class FileFilters.WSDLFileFilter
extends javax.swing.filechooser.FileFilter
implements java.io.FileFilter


Constructor Summary
FileFilters.WSDLFileFilter()
           
 
Method Summary
 boolean accept(java.io.File file)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilters.WSDLFileFilter

public FileFilters.WSDLFileFilter()
Method Detail

accept

public boolean accept(java.io.File file)
Specified by:
accept in interface java.io.FileFilter
Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter