Package edu.harvard.wcfia.yoshikoder.ui

Examples of edu.harvard.wcfia.yoshikoder.ui.TableConcordancePanel$MyTableModel


        dictPanel = new DictionaryPanel(project.getDictionary());
        dictPanel.setDisplayFont(pfont);
        docPanel = new DocumentPanel(this, project.getDocumentList());
        docPanel.setDisplayFont(pfont);
       
        concPanel = new TableConcordancePanel(){
          @Override
        public void reactToDoubleClickedConcordanceLine() {
            ConcLineWrapper wrapper = getCurrentlySelectedConcLineWrapper();
            YKDocument doc = wrapper.document;
            if (getDocumentList().contains(doc)){
View Full Code Here

TOP

Related Classes of edu.harvard.wcfia.yoshikoder.ui.TableConcordancePanel$MyTableModel

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.