|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
org.mdanderson.biostat.geneclust.GCFileFilter
GCFileFilter - Abstract application-specific file filter
Field Summary |
Fields inherited from interface org.mdanderson.biostat.geneclust.GCFileFilterKeys |
ASCII_FILE_FILTER_DESCRIPTION, CLASSIFICATION_FILE_FILTER_DESCRIPTION, CONFIG_FILE_FILTER_DESCRIPTION, CSV_FILE_FILTER_DESCRIPTION, FORMATTED_ASCII_FILE_FILTER_DESCRIPTION, MATLAB_FILE_FILTER_DESCRIPTION, MICROSOFT_EXCEL_FILE_FILTER_DESCRIPTION, SAS_FILE_FILTER_DESCRIPTION, TSV_FILE_FILTER_DESCRIPTION |
Constructor Summary | |
GCFileFilter()
|
Method Summary | |
boolean |
accept(File file)
Tests whether or not the specified abstract pathname should be included in a pathname list. |
String |
getDescription()
Returns the file filter's description |
abstract boolean |
isMatchingExtension(String extension)
Tests whether or not the abstract pathname's file extension matches this filter's expected extension(s). |
protected void |
setDescription(String description)
Sets the file filter's description |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GCFileFilter()
Method Detail |
public abstract boolean isMatchingExtension(String extension)
extension
- file extension to be tested
public boolean accept(File file)
file
- abstract pathname to be tested
public String getDescription()
protected void setDescription(String description)
description
- string specifying description of file filter
|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |