Package edu.harvard.wcfia.yoshikoder.ui.model

Examples of edu.harvard.wcfia.yoshikoder.ui.model.DocumentListModel


            log.info("Deleting non-existent " + lostdoc.getTitle() + " from the documentlist");
            documentList.remove(lostdoc);
        }
        */
       
        model = new DocumentListModel(documentList);
        docList.setModel(model);

        if (model.size()>0)
            docList.setSelectedIndex(0);
    }
View Full Code Here

TOP

Related Classes of edu.harvard.wcfia.yoshikoder.ui.model.DocumentListModel

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.