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

Packages that use CalendarControl.SWTCalendarPopupListener
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
 

Uses of CalendarControl.SWTCalendarPopupListener in semorg.gui.util
 

Fields in semorg.gui.util with type parameters of type CalendarControl.SWTCalendarPopupListener
private  List<CalendarControl.SWTCalendarPopupListener> CalendarControl.popupListeners
          The popup listeners.
 

Methods in semorg.gui.util with parameters of type CalendarControl.SWTCalendarPopupListener
 void CalendarControl.addSWTCalendarPopuplistener(CalendarControl.SWTCalendarPopupListener listener)
          Adds the given SWT calendar popup listener to CalendarControl.popupListeners.
 void CalendarControl.removeSWTCalendarPopuplistener(CalendarControl.SWTCalendarPopupListener listener)
          Removes the given SWT calendar popup listener from CalendarControl.popupListeners.