Package org.cytoscape.util.swing

Examples of org.cytoscape.util.swing.FileChooserFilter


    FileWriter fout = null;

    try {
      // Call save method in MCODE get the file name
      Collection<FileChooserFilter> filters = new ArrayList<FileChooserFilter>();
      filters.add(new FileChooserFilter("Text format", "txt"));
      File file = fileUtil.getFile(swingApplication.getJFrame(),
                     "Export Graph as Interactions",
                     FileUtil.SAVE,
                     filters);
View Full Code Here

TOP

Related Classes of org.cytoscape.util.swing.FileChooserFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.