|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
cz.cmc.tcgui.actions.AbstractFileAction.TCFileFilter
Filter for the jgraphpad file format (*.pad or *.lib)
Field Summary | |
protected String |
description
Description of the file format. |
protected String |
extension
Extension of the file format. |
Constructor Summary | |
AbstractFileAction.TCFileFilter(String extension,
String description)
Constructor for the Graphpad specific file format |
Method Summary | |
boolean |
accept(File file)
Returns true if the file ends with the extension or if the file is a directory. |
String |
getDescription()
Returns the description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String extension
protected String description
Constructor Detail |
public AbstractFileAction.TCFileFilter(String extension, String description)
Method Detail |
public boolean accept(File file)
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |