Package net.sf.apptools.ui.swing.utils

Examples of net.sf.apptools.ui.swing.utils.ListView


      public TemplateSelectionEditor(TemplateListSelectionDescriptor data) {
        List<ProjectTemplate> objects = new ArrayList<ProjectTemplate>();
        for (int i = 0;i<data.getObjects().length;i++) {
          objects.add((ProjectTemplate) data.getObjects()[i]);
        }   
        view = new ListView(data.getName(),data.getDescription(),objects,new TemplateRenderer(),false);
       
      }
View Full Code Here

TOP

Related Classes of net.sf.apptools.ui.swing.utils.ListView

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.