Package org.jmol.dialog
Class Dialog.TypeFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.jmol.dialog.Dialog.TypeFilter
-
- Enclosing class:
- Dialog
public static class Dialog.TypeFilter extends FileFilter
-
-
Constructor Summary
Constructors Constructor Description TypeFilter(String type)
-
-
-
Field Detail
-
thisType
String thisType
-
-
Constructor Detail
-
TypeFilter
TypeFilter(String type)
-
-
Method Detail
-
accept
public boolean accept(File f)
- Specified by:
accept
in classFileFilter
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classFileFilter
-
-