Class EventContentProvider
java.lang.Object
org.eclipse.nebula.widgets.compositetable.timeeditor.EventContentProvider
public abstract class EventContentProvider
extends java.lang.Object
A strategy pattern object that can refresh all of the event controls
for a given day.
- Since:
- 3.2
-
Constructor Summary
Constructors Constructor Description EventContentProvider()
-
Method Summary
Modifier and Type Method Description abstract void
refresh(java.util.Date day, CalendarableItem[] controls)
Refreshes the contents of the specified event controls for the specified day.
-
Constructor Details
-
EventContentProvider
public EventContentProvider()
-
-
Method Details
-
refresh
Refreshes the contents of the specified event controls for the specified day.- Parameters:
day
- The daycontrols
- The controls to refresh
-