org.jmol.console
Class JmolConsole.FileChecker

java.lang.Object
  extended by org.jmol.console.JmolConsole.FileChecker
All Implemented Interfaces:
FilenameFilter
Enclosing class:
JmolConsole

protected class JmolConsole.FileChecker
extends Object
implements FilenameFilter


Field Summary
private  String stub
           
private  List v
           
 
Constructor Summary
protected JmolConsole.FileChecker(String stub)
           
 
Method Summary
 boolean accept(File dir, String name)
           
protected  String getFile(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stub

private String stub

v

private List v
Constructor Detail

JmolConsole.FileChecker

protected JmolConsole.FileChecker(String stub)
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter

getFile

protected String getFile(int n)