Package edu.brown.gui.catalog

Examples of edu.brown.gui.catalog.CatalogTreeModel


            } // RUN
         });
    }
   
    private void generateCatalogTree(Catalog catalog, String catalog_path) {
        this.catalogTreeModel = new CatalogTreeModel(this.args, catalog, catalog_path);
        this.catalogTree.setModel(this.catalogTreeModel);
        this.catalog = catalog;
        this.catalog_path = catalog_path;
       
        //
View Full Code Here

TOP

Related Classes of edu.brown.gui.catalog.CatalogTreeModel

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.