Package ru.kai.assistantschedule.core.calendar

Examples of ru.kai.assistantschedule.core.calendar.SemestrBuilder


     
  });

        _generateScheduleBtn.addSelectionListener(new SelectionAdapter() {
            public void widgetSelected(SelectionEvent arg0) {
                SemestrBuilder SB = new SemestrBuilder(GlobalStorage.beginingOfSemestr, GlobalStorage.endOfSemestr);
                //@ FIXME: Функцию нужно переписать. Поэтому закомментил
                //try {
                //    ExcelWorker.GenerateSchedule(SB);
                //} catch (ScheduleIsNotOpenedException e) {
                //    status.setText("Расписание не открыто! Обработка отменена...");
View Full Code Here


            }
        });

        processSchedule.addSelectionListener(new SelectionAdapter() {
            public void widgetSelected(SelectionEvent arg0) {
                SemestrBuilder SB = new SemestrBuilder(GlobalStorage.beginingOfSemestr, GlobalStorage.endOfSemestr);
                //@ FIXME: функию нужно переписать
//                try {
//                    ExcelWorker.GenerateSchedule(SB);
//                } catch (ScheduleIsNotOpenedException e) {
//                    status.setText("Расписание не открыто! Обработка отменена...");
View Full Code Here

TOP

Related Classes of ru.kai.assistantschedule.core.calendar.SemestrBuilder

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.