Package clips.analysis.shedule.SheduleEdit

Examples of clips.analysis.shedule.SheduleEdit.DialogSheduleEditM1.addPropertyChangeListener()


            CollectionUtils.addObectIfNotExist(checkupSheduleLocalList, shedule);
            DialogSheduleEditM1 dialog
                    = new DialogSheduleEditM1(MainWindow.mainWindow,
                                              freeCheckupMap.get(shedule.getType()),
                                              shedule, getAuditManager());
            dialog.addPropertyChangeListener(this);
            dialog.setVisible(true);


            //посмотрим чего вернул диалог
            int res = dialog.getDlgResult();
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.