Cytoscape 2.3.1 (c) 2004 ISB, MSKCC, UCSD

cytoscape.util
Class XGMMLFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bycytoscape.util.CyFileFilter
          extended bycytoscape.util.XGMMLFileFilter
All Implemented Interfaces:
FilenameFilter

public class XGMMLFileFilter
extends CyFileFilter


Constructor Summary
XGMMLFileFilter()
           
 
Method Summary
 cytoscape.data.readers.GraphReader getReader(String fileName)
          Returns the reader.
 
Methods inherited from class cytoscape.util.CyFileFilter
accept, accept, accept, addExtension, getDescription, getExtension, getExtension, getExtensionSet, getFileNature, isExtensionListInDescription, setDescription, setExtensionListInDescription, setFileNature
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XGMMLFileFilter

public XGMMLFileFilter()
Method Detail

getReader

public cytoscape.data.readers.GraphReader getReader(String fileName)
Description copied from class: CyFileFilter
Returns the reader. This should be overridden by file type subclasses.

Overrides:
getReader in class CyFileFilter

www.cytoscape.org