Uses of Class
semorg.gui.util.CalendarControl.SWTCalendarEvent

Packages that use CalendarControl.SWTCalendarEvent
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.SWTCalendarEvent in semorg.gui
 

Methods in semorg.gui with parameters of type CalendarControl.SWTCalendarEvent
 void SeminarTypeWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes SeminarTypeWindow.InputChangedListener.inputChanged() if a date has been changed.
 void PublicPresentationWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes PublicPresentationWindow.InputChangedListener.inputChanged() if a date has been changed.
 void LecturerWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes LecturerWindow.InputChangedListener.inputChanged() if a date has been changed.
 void CompanyWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes CompanyWindow.InputChangedListener.inputChanged() if a date has been changed.
 void CompanyInternalPresentationWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes CompanyInternalPresentationWindow.InputChangedListener.inputChanged() if a date has been changed.
 void CompanyBookingWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes CompanyBookingWindow.InputChangedListener.inputChanged() if a date has been changed.
 void ClientWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes ClientWindow.InputChangedListener.inputChanged() if a date has been changed.
 void ClientBookingWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes ClientBookingWindow.InputChangedListener.inputChanged() if a date has been changed.
 void AssociateWindow.InputChangedListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Invokes AssociateWindow.InputChangedListener.inputChanged() if a date has been changed.
 

Uses of CalendarControl.SWTCalendarEvent in semorg.gui.util
 

Methods in semorg.gui.util with parameters of type CalendarControl.SWTCalendarEvent
 void CalendarControl.SWTCalendarListener.dateChanged(CalendarControl.SWTCalendarEvent event)
          Date changed.
 void CalendarControl.SWTCalendarPopupListener.popupClosed(CalendarControl.SWTCalendarEvent event)
          Is called when the Popup is closed.
 void CalendarControl.SWTCalendarPopupListener.popupOpened(CalendarControl.SWTCalendarEvent event)
          Is called when the Popup is opened.