Uses of Class
org.eclipse.nebula.widgets.compositetable.day.CalendarableItemEventHandler
-
-
Uses of CalendarableItemEventHandler in org.eclipse.nebula.widgets.compositetable.day
Fields in org.eclipse.nebula.widgets.compositetable.day with type parameters of type CalendarableItemEventHandler Modifier and Type Field Description private java.util.List<CalendarableItemEventHandler>DayEditor. deleteHandlersprivate java.util.List<CalendarableItemEventHandler>DayEditor. editHandlersprivate java.util.List<CalendarableItemEventHandler>DayEditor. itemDisposeHandlersMethods in org.eclipse.nebula.widgets.compositetable.day with parameters of type CalendarableItemEventHandler Modifier and Type Method Description voidDayEditor. addItemDeleteHandler(CalendarableItemEventHandler handler)Adds the handler to the collection of handlers who will be notified when a CalendarableItem is deleted from the receiver, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidDayEditor. addItemDisposeHandler(CalendarableItemEventHandler handler)Adds the handler to the collection of handler who will be notified when a CalendarableItem's control is disposed, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidDayEditor. addItemEditHandler(CalendarableItemEventHandler handler)Adds the handler to the collection of handlers who will hand editing of calendarable events, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidDayEditor. removeItemDeleteHandler(CalendarableItemEventHandler handler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is deleted from the receiver, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidDayEditor. removeItemDisposeHandler(CalendarableItemEventHandler handler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is disposed, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidDayEditor. removeItemEditHandler(CalendarableItemEventHandler handler)Removes the handler from the collection of handlers who will hand editing of calendarable events, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.Method parameters in org.eclipse.nebula.widgets.compositetable.day with type arguments of type CalendarableItemEventHandler Modifier and Type Method Description private booleanDayEditor. fireEvents(CalendarableItem calendarableItem, java.util.List<CalendarableItemEventHandler> handlers) -
Uses of CalendarableItemEventHandler in org.eclipse.nebula.widgets.compositetable.month
Fields in org.eclipse.nebula.widgets.compositetable.month with type parameters of type CalendarableItemEventHandler Modifier and Type Field Description private java.util.List<CalendarableItemEventHandler>MonthCalendar. deleteHandlersprivate java.util.List<CalendarableItemEventHandler>MonthCalendar. disposeHandlersprivate java.util.List<CalendarableItemEventHandler>MonthCalendar. itemEditHandlersMethods in org.eclipse.nebula.widgets.compositetable.month with parameters of type CalendarableItemEventHandler Modifier and Type Method Description voidMonthCalendar. addItemDeleteHandler(CalendarableItemEventHandler deleteHandler)voidMonthCalendar. addItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)voidMonthCalendar. addItemEditHandler(CalendarableItemEventHandler handler)voidMonthCalendar. removeItemDeleteHandler(CalendarableItemEventHandler deleteHandler)voidMonthCalendar. removeItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)voidMonthCalendar. removeItemEditHandler(CalendarableItemEventHandler handler) -
Uses of CalendarableItemEventHandler in org.eclipse.nebula.widgets.compositetable.timeeditor
Methods in org.eclipse.nebula.widgets.compositetable.timeeditor with parameters of type CalendarableItemEventHandler Modifier and Type Method Description voidIEventEditor. addItemDeleteHandler(CalendarableItemEventHandler deleteHandler)Adds the handler to the collection of handlers who will be notified when a CalendarableItem is deleted from the receiver, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidIEventEditor. addItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)Adds the handler to the collection of handler who will be notified when a CalendarableItem's control is disposed, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidIEventEditor. addItemEditHandler(CalendarableItemEventHandler handler)Adds the handler to the collection of handlers who will be notified when a CalendarableItem is inserted in the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidAbstractEventEditor. addItemInsertHandler(CalendarableItemEventHandler handler)Adds the handler to the collection of handlers who will be notified when a CalendarableItem is inserted in the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidIEventEditor. addItemInsertHandler(CalendarableItemEventHandler insertHandler)Adds the handler to the collection of handlers who will be notified when a CalendarableItem is inserted in the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidIEventEditor. removeItemDeleteHandler(CalendarableItemEventHandler deleteHandler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is deleted from the receiver, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidIEventEditor. removeItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is disposed, by sending it one of the messages defined in theCalendarableItemEventHandlerabstract class.voidIEventEditor. removeItemEditHandler(CalendarableItemEventHandler handler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is inserted into the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidAbstractEventEditor. removeItemInsertHandler(CalendarableItemEventHandler handler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is inserted into the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.voidIEventEditor. removeItemInsertHandler(CalendarableItemEventHandler insertHandler)Removes the handler from the collection of handlers who will be notified when a CalendarableItem is inserted into the receiver, by sending it one of the messages defined in theCalendarableItemInsertHandlerabstract class.
-