Uses of Interface
semorg.gui.util.CalendarControl.SWTCalendarListener

Packages that use CalendarControl.SWTCalendarListener
semorg.gui Provides SWT based classes modelling editing windows for creating new or change existing data records (graphics user interface layer). 
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
 

Uses of CalendarControl.SWTCalendarListener in semorg.gui
 

Classes in semorg.gui that implement CalendarControl.SWTCalendarListener
(package private)  class AssociateWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the lecturer window.
(package private)  class ClientBookingWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the ClientBookingWindow window.
(package private)  class ClientWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the lecturer window.
(package private)  class CompanyBookingWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in this window.
(package private)  class CompanyInternalPresentationWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the CompanyInternalPresentationWindow.
(package private)  class CompanyWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the CompanyWindow window.
(package private)  class LecturerWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in this window.
(package private)  class PublicPresentationWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the PublicPresentationWindow.
(package private)  class SeminarTypeWindow.InputChangedListener
          Inner class which provides a listener reacting on changes of the input in the SeminarTypeWindow window.
 

Uses of CalendarControl.SWTCalendarListener in semorg.gui.util
 

Fields in semorg.gui.util with type parameters of type CalendarControl.SWTCalendarListener
private  List<CalendarControl.SWTCalendarListener> CalendarControl.dateChangeListeners
          The date change listeners.
private  List<CalendarControl.SWTCalendarListener> CalendarControl.SWTDayChooser.listeners
          The listeners.
 

Methods in semorg.gui.util with parameters of type CalendarControl.SWTCalendarListener
 void CalendarControl.addSWTCalendarlistener(CalendarControl.SWTCalendarListener listener)
          Adds the given SWT calendar listener from the CalendarControl.dateChangeListeners vector.
 void CalendarControl.SWTCalendar.addSWTCalendarListener(CalendarControl.SWTCalendarListener listener)
          Adds the SWT calendar listener.
 void CalendarControl.SWTDayChooser.addSWTCalendarListener(CalendarControl.SWTCalendarListener listener)
          Adds the SWT calendar listener.
 void CalendarControl.removeSWTCalendarlistener(CalendarControl.SWTCalendarListener listener)
          Removes the given SWT calendar listener from the CalendarControl.dateChangeListeners vector.
 void CalendarControl.SWTCalendar.removeSWTCalendarListener(CalendarControl.SWTCalendarListener listener)
          Removes the SWT calendar listener.
 void CalendarControl.SWTDayChooser.removeSWTCalendarListener(CalendarControl.SWTCalendarListener listener)
          Removes the SWT calendar listener.