Package clips.delegate.directory.complex

Examples of clips.delegate.directory.complex.DirectoryLaboratory.toArray()


        cfl = new CheckupFactoryLocal(getAuditManager());
        //заполнение комбо
       
        DirectoryLaboratory dirLab = DirectoryLocator.getDirectory(DirectoryLaboratory.class);
    ROList<DirectoryLaboratoryItem> list = dirLab.getFilteredItems(UserInfo.get().getCollaborator().getLpu());
        jComboBox1.setModel(new DefaultComboBoxModel(dirLab.toArray()));
        jTable1.setModel(new TableModelAnalyseList(new ArrayList<CheckupLocal>()));
        jTable1.getSelectionModel().addListSelectionListener(new ListSelectionListener() {
            @Override
            public void valueChanged(ListSelectionEvent e) {
                if (jTable1.getSelectedRowSorted() >= 0) {
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.