|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyFileFilter | |
---|---|
cytoscape.data | Basic data classes used by Cytoscape. |
cytoscape.dialogs | UI classes for performing some action, generally more complicated than those contained in the cytoscape.actions package. |
cytoscape.util | This package contains utility classes which are deemed generally useful, but which do not clearly belong to any other package. |
Uses of CyFileFilter in cytoscape.data |
---|
Fields in cytoscape.data with type parameters of type CyFileFilter | |
---|---|
protected static Set<CyFileFilter> |
ImportHandler.cyFileFilters
Set of all registered CyFileFilter Objects. |
Methods in cytoscape.data with parameters of type CyFileFilter | |
---|---|
boolean |
ImportHandler.addFilter(CyFileFilter cff)
Registers a new CyFileFilter. |
boolean |
ImportHandler.addFilter(CyFileFilter[] cff)
Registers an Array of CyFileFilter Objects. |
Uses of CyFileFilter in cytoscape.dialogs |
---|
Methods in cytoscape.dialogs that return CyFileFilter | |
---|---|
CyFileFilter |
ExportAsGraphicsFileChooser.getSelectedFormat()
|
Constructors in cytoscape.dialogs with parameters of type CyFileFilter | |
---|---|
ExportAsGraphicsFileChooser(CyFileFilter[] formats)
Deprecated. |
|
ExportAsGraphicsFileChooser(CyFileFilter[] formats,
CyFileFilter defaultFilter)
|
|
ExportAsGraphicsFileChooser(CyFileFilter[] formats,
CyFileFilter defaultFilter)
|
Uses of CyFileFilter in cytoscape.util |
---|
Subclasses of CyFileFilter in cytoscape.util | |
---|---|
class |
GMLFileFilter
FileFilter for Reading in GML Files. |
class |
NNFFileFilter
File filter for Nested Network Format (NNF). |
class |
SIFFileFilter
FileFilter for Reading in Cytoscape SIF Files. |
class |
XGMMLFileFilter
FileFilter for Reading in XGMML Files. |
Methods in cytoscape.util with parameters of type CyFileFilter | |
---|---|
static File |
FileUtil.getFile(String title,
int load_save_custom,
CyFileFilter[] filters)
Returns a File object, this method should be used instead of rolling your own JFileChooser. |
static File |
FileUtil.getFile(String title,
int load_save_custom,
CyFileFilter[] filters,
String start_dir,
String custom_approve_text)
Returns a File object, this method should be used instead of rolling your own JFileChooser. |
static File |
FileUtil.getFile(String title,
int load_save_custom,
CyFileFilter filter,
File selectedFile)
Returns a File object, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(Component parent,
String title,
int load_save_custom,
CyFileFilter[] filters)
Returns an array of File objects, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(Component parent,
String title,
int load_save_custom,
CyFileFilter[] filters,
String start_dir,
String custom_approve_text,
boolean multiselect)
Returns a list of File objects, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(Component parent,
String title,
int load_save_custom,
CyFileFilter[] filters,
String start_dir,
String custom_approve_text,
boolean multiselect,
File[] selectedFiles)
Returns a list of File objects, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(String title,
int load_save_custom,
CyFileFilter[] filters)
Returns an array of File objects, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(String title,
int load_save_custom,
CyFileFilter[] filters,
String start_dir,
String custom_approve_text)
Returns a list of File objects, this method should be used instead of rolling your own JFileChooser. |
static File[] |
FileUtil.getFiles(String title,
int load_save_custom,
CyFileFilter[] filters,
String start_dir,
String custom_approve_text,
boolean multiselect)
Returns a list of File objects, this method should be used instead of rolling your own JFileChooser. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |