|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.filechooser.FileFilter cytoscape.util.CyFileFilter
public class 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.
Field Summary | |
---|---|
protected Hashtable |
contentTypes
|
protected String |
fileNature
|
protected GraphReader |
reader
|
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)
Returns true if this class is capable of processing the specified file. |
boolean |
accept(File dir,
String fileName)
Returns true if this class is capable of processing the specified file. |
boolean |
accept(String fileName)
Returns true if this class is capable of processing the specified file. |
boolean |
accept(URL url,
String contentType)
Returns true if this class is capable of processing the specified URL |
void |
addContentType(String type)
Adds a content-type to filter against. |
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)
DOCUMENT ME! |
Set<String> |
getExtensionSet()
Returns the Set of file extension names. |
String |
getFileNature()
Returns the nature of the file. |
protected String |
getHeader(File file)
Gets header of specified file. |
protected String |
getHeader(URL url)
|
GraphReader |
getReader(String fileName)
Returns the reader. |
GraphReader |
getReader(URL url,
URLConnection conn)
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Hashtable contentTypes
protected GraphReader reader
protected String fileNature
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)
accept
in class FileFilter
f
- Filepublic boolean accept(File dir, String fileName)
accept
in interface FilenameFilter
dir
- Directory.fileName
- File name.public boolean accept(String fileName)
fileName
- File name.public boolean accept(URL url, String contentType)
url
- the URLcontentType
- the content-type of the URLpublic String getExtension(File f)
getExtension(java.io.File)
,
FileFilter.accept(java.io.File)
public String getExtension(String filename)
filename
- DOCUMENT ME!
public void addExtension(String extension)
public void addContentType(String type)
public String getDescription()
getDescription
in class FileFilter
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<String> getExtensionSet()
public GraphReader getReader(String fileName)
public GraphReader getReader(URL url, URLConnection conn)
public String getFileNature()
public void setFileNature(String nature)
setDescription
,
setExtensionListInDescription
,
isExtensionListInDescription
protected String getHeader(File file) throws IOException
IOException
protected String getHeader(URL url) throws IOException
IOException
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |