Uses of Class
org.eclipse.nebula.widgets.compositetable.day.CalendarableSelectionChangeListener
-
-
Uses of CalendarableSelectionChangeListener in org.eclipse.nebula.widgets.compositetable.day
Fields in org.eclipse.nebula.widgets.compositetable.day with type parameters of type CalendarableSelectionChangeListener Modifier and Type Field Description private java.util.List<CalendarableSelectionChangeListener>DayEditor. selectionChangeListenersMethods in org.eclipse.nebula.widgets.compositetable.day with parameters of type CalendarableSelectionChangeListener Modifier and Type Method Description voidDayEditor. addSelectionChangeListener(CalendarableSelectionChangeListener l)Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in theCalendarableSelectionChangeListenerinterface.voidDayEditor. removeSelectionChangeListener(CalendarableSelectionChangeListener l)Removes the listener from the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in theCalendarableSelectionChangeListenerinterface. -
Uses of CalendarableSelectionChangeListener in org.eclipse.nebula.widgets.compositetable.month
Fields in org.eclipse.nebula.widgets.compositetable.month with type parameters of type CalendarableSelectionChangeListener Modifier and Type Field Description private java.util.List<CalendarableSelectionChangeListener>MonthCalendar. selectionChangeListenersMethods in org.eclipse.nebula.widgets.compositetable.month with parameters of type CalendarableSelectionChangeListener Modifier and Type Method Description voidMonthCalendar. addSelectionChangeListener(CalendarableSelectionChangeListener l)voidMonthCalendar. removeSelectionChangeListener(CalendarableSelectionChangeListener l) -
Uses of CalendarableSelectionChangeListener in org.eclipse.nebula.widgets.compositetable.timeeditor
Methods in org.eclipse.nebula.widgets.compositetable.timeeditor with parameters of type CalendarableSelectionChangeListener Modifier and Type Method Description voidIEventEditor. addSelectionChangeListener(CalendarableSelectionChangeListener l)Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in theCalendarableSelectionChangeListenerinterface.voidIEventEditor. removeSelectionChangeListener(CalendarableSelectionChangeListener l)Removes the listener from the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in theCalendarableSelectionChangeListenerinterface.
-