Package edu.harvard.wcfia.yoshikoder.document

Examples of edu.harvard.wcfia.yoshikoder.document.DocumentList.toArray()


        super();
        yoshikoder = yk;
       
        DocumentList dl = yk.getProject().getDocumentList();
        YKDocument[] docarray =
            (YKDocument[])dl.toArray(new YKDocument[dl.size()]);
        doc1combo = new JComboBox(docarray);
        doc2combo = new JComboBox(docarray);
       
        YKDocument doc = yoshikoder.getSelectedDocument();
        if (doc != null){
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.