Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.util.swing.FileChooserFilter

Packages that use FileChooserFilter
org.cytoscape.util.swing This package contains misc helper classes for Cytoscape Desktop application. 
 

Uses of FileChooserFilter in org.cytoscape.util.swing
 

Method parameters in org.cytoscape.util.swing with type arguments of type FileChooserFilter
 File FileUtil.getFile(Component parent, String title, int loadSaveCustom, Collection<FileChooserFilter> filters)
          Returns a File object, this method should be used instead of rolling your own JFileChooser.
 File FileUtil.getFile(Component parent, String title, int loadSaveCustom, String startDir, String customApproveText, Collection<FileChooserFilter> filters)
          Returns a File object, this method should be used instead of rolling your own JFileChooser.
 File[] FileUtil.getFiles(Component parent, String title, int loadSaveCustom, Collection<FileChooserFilter> filters)
          Returns an array of File objects, this method should be used instead of rolling your own JFileChooser.
 File[] FileUtil.getFiles(Component parent, String title, int loadSaveCustom, String startDir, String customApproveText, boolean multiselect, Collection<FileChooserFilter> filters)
          Returns a list of File objects, this method should be used instead of rolling your own JFileChooser.
 File[] FileUtil.getFiles(Component parent, String title, int loadSaveCustom, String startDir, String customApproveText, Collection<FileChooserFilter> filters)
          Returns a list of File objects, this method should be used instead of rolling your own JFileChooser.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.