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. selectionChangeListeners
Methods in org.eclipse.nebula.widgets.compositetable.day with parameters of type CalendarableSelectionChangeListener Modifier and Type Method Description void
DayEditor. 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 theCalendarableSelectionChangeListener
interface.void
DayEditor. 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 theCalendarableSelectionChangeListener
interface. -
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. selectionChangeListeners
Methods in org.eclipse.nebula.widgets.compositetable.month with parameters of type CalendarableSelectionChangeListener Modifier and Type Method Description void
MonthCalendar. addSelectionChangeListener(CalendarableSelectionChangeListener l)
void
MonthCalendar. 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 void
IEventEditor. 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 theCalendarableSelectionChangeListener
interface.void
IEventEditor. 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 theCalendarableSelectionChangeListener
interface.
-