|
Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
cytoscape.util.CyFileFilter
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. Extensions are of the type ".foo", which is typically found on Windows and Unix boxes, but not on Macinthosh. Case is ignored.
Constructor Summary | |
CyFileFilter()
Creates a file filter. |
|
CyFileFilter(String extension)
Creates a file filter that accepts files with the given extension. |
|
CyFileFilter(String[] filters)
Creates a file filter from the given string array. |
|
CyFileFilter(String[] filters,
String description)
Creates a file filter from the given string array and description. |
|
CyFileFilter(String[] filters,
String description,
String nature)
Creates a file filter from the given string array and description. |
|
CyFileFilter(String extension,
String description)
Creates a file filter that accepts the given file type. |
|
CyFileFilter(String extension,
String description,
String nature)
Creates a file filter that accepts the given file type. |
Method Summary | |
boolean |
accept(File f)
Return true if this file should be shown in the directory pane, false if it shouldn't. |
boolean |
accept(File dir,
String name)
In order to implement the AWT version of this class "FileNameFilter", the following method must also be implemented. |
boolean |
accept(String name)
|
void |
addExtension(String extension)
Adds a filetype "dot" extension to filter against. |
String |
getDescription()
Returns the human readable description of this filter. |
String |
getExtension(File f)
Return the extension portion of the file's name. |
String |
getExtension(String filename)
|
Set |
getExtensionSet()
Returns the Set of file extension names. |
String |
getFileNature()
Returns the nature of the file. |
cytoscape.data.readers.GraphReader |
getReader(String fileName)
Returns the reader. |
boolean |
isExtensionListInDescription()
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description. |
void |
setDescription(String description)
Sets the human readable description of this filter. |
void |
setExtensionListInDescription(boolean b)
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description. |
void |
setFileNature(String nature)
Sets the nature of the files for this filter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CyFileFilter()
addExtension(java.lang.String)
public CyFileFilter(String extension)
addExtension(java.lang.String)
public CyFileFilter(String extension, String description)
addExtension(java.lang.String)
public CyFileFilter(String[] filters)
addExtension(java.lang.String)
public CyFileFilter(String[] filters, String description)
addExtension(java.lang.String)
public CyFileFilter(String extension, String description, String nature)
addExtension(java.lang.String)
public CyFileFilter(String[] filters, String description, String nature)
addExtension(java.lang.String)
Method Detail |
public boolean accept(File f)
getExtension(java.io.File)
,
FileFilter#accepts
public boolean accept(File dir, String name)
accept
in interface FilenameFilter
public boolean accept(String name)
public String getExtension(File f)
getExtension(java.io.File)
,
FileFilter.accept(java.io.File)
public String getExtension(String filename)
public void addExtension(String extension)
public String getDescription()
setDescription
,
setExtensionListInDescription
,
isExtensionListInDescription
,
FileFilter.getDescription()
public void setDescription(String description)
setDescription
,
setExtensionListInDescription
,
isExtensionListInDescription
public void setExtensionListInDescription(boolean b)
getDescription
,
setDescription
,
isExtensionListInDescription
public boolean isExtensionListInDescription()
getDescription
,
setDescription
,
setExtensionListInDescription
public Set getExtensionSet()
public cytoscape.data.readers.GraphReader getReader(String fileName)
public String getFileNature()
public void setFileNature(String nature)
setDescription
,
setExtensionListInDescription
,
isExtensionListInDescription
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |