Package bnGUI.venn.db

Examples of bnGUI.venn.db.ListReaderModel.loadFromFile()


    public IVennDataModel loadFromListFile(String listFileName)
        throws IOException, FileFormatException
    {
        lastWorkingPath = listFileName;
        ListReaderModel reader = new ListReaderModel();
        reader.loadFromFile(listFileName);
        reader.show();
        fileName = new File(listFileName).getName();
        sourceType = SourceType.LIST;
        sourceDataModel = reader;
        return reader;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.