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. deleteHandlers
private java.util.List<CalendarableItemEventHandler>
DayEditor. editHandlers
private java.util.List<CalendarableItemEventHandler>
DayEditor. itemDisposeHandlers
Methods in org.eclipse.nebula.widgets.compositetable.day with parameters of type CalendarableItemEventHandler Modifier and Type Method Description void
DayEditor. 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 theCalendarableItemEventHandler
abstract class.void
DayEditor. 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 theCalendarableItemEventHandler
abstract class.void
DayEditor. 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 theCalendarableItemInsertHandler
abstract class.void
DayEditor. 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 theCalendarableItemEventHandler
abstract class.void
DayEditor. 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 theCalendarableItemEventHandler
abstract class.void
DayEditor. 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 theCalendarableItemInsertHandler
abstract class.Method parameters in org.eclipse.nebula.widgets.compositetable.day with type arguments of type CalendarableItemEventHandler Modifier and Type Method Description private boolean
DayEditor. 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. deleteHandlers
private java.util.List<CalendarableItemEventHandler>
MonthCalendar. disposeHandlers
private java.util.List<CalendarableItemEventHandler>
MonthCalendar. itemEditHandlers
Methods in org.eclipse.nebula.widgets.compositetable.month with parameters of type CalendarableItemEventHandler Modifier and Type Method Description void
MonthCalendar. addItemDeleteHandler(CalendarableItemEventHandler deleteHandler)
void
MonthCalendar. addItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)
void
MonthCalendar. addItemEditHandler(CalendarableItemEventHandler handler)
void
MonthCalendar. removeItemDeleteHandler(CalendarableItemEventHandler deleteHandler)
void
MonthCalendar. removeItemDisposeHandler(CalendarableItemEventHandler itemDisposeHandler)
void
MonthCalendar. 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 void
IEventEditor. 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 theCalendarableItemEventHandler
abstract class.void
IEventEditor. 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 theCalendarableItemEventHandler
abstract class.void
IEventEditor. 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 theCalendarableItemInsertHandler
abstract class.void
AbstractEventEditor. 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 theCalendarableItemInsertHandler
abstract class.void
IEventEditor. 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 theCalendarableItemInsertHandler
abstract class.void
IEventEditor. 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 theCalendarableItemEventHandler
abstract class.void
IEventEditor. 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 theCalendarableItemEventHandler
abstract class.void
IEventEditor. 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 theCalendarableItemInsertHandler
abstract class.void
AbstractEventEditor. 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 theCalendarableItemInsertHandler
abstract class.void
IEventEditor. 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 theCalendarableItemInsertHandler
abstract class.
-