org.jmol.export.dialog
Class Dialog.TypeFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.jmol.export.dialog.Dialog.TypeFilter
Enclosing class:
Dialog

public static class Dialog.TypeFilter
extends FileFilter


Field Summary
(package private)  String thisType
           
 
Constructor Summary
Dialog.TypeFilter(String type)
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thisType

String thisType
Constructor Detail

Dialog.TypeFilter

Dialog.TypeFilter(String type)
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter