Package clips.delegate.doctor.checkup.shedule

Examples of clips.delegate.doctor.checkup.shedule.CheckupSheduleLocal.addContentStateListener()


                Date sheduleDate = ((TableModelAnalyseShedule) jTable1.getModel()).getDateAt(col);
                shedule = new CheckupSheduleLocal(checkupType, sheduleDate, getAuditManager());
                //trySincShedule(shedule);
            }
            //Создание и вызов диалога
            shedule.addContentStateListener(getContainer());
            CollectionUtils.addObectIfNotExist(checkupSheduleLocalList, shedule);
            DialogSheduleEditM1 dialog
                    = new DialogSheduleEditM1(MainWindow.mainWindow,
                                              freeCheckupMap.get(shedule.getType()),
                                              shedule, getAuditManager());
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.