com.jniwrapper.win32.tools
Class JarDirectoryFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bycom.jniwrapper.win32.tools.JarDirectoryFilter
All Implemented Interfaces:
java.io.FileFilter

public class JarDirectoryFilter
extends javax.swing.filechooser.FileFilter
implements java.io.FileFilter


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

Constructor Detail

JarDirectoryFilter

public JarDirectoryFilter()

JarDirectoryFilter

public JarDirectoryFilter(boolean passFolders)
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter

getDescription

public java.lang.String getDescription()