Class EventCountProvider
- java.lang.Object
-
- org.eclipse.nebula.widgets.compositetable.timeeditor.EventCountProvider
-
public abstract class EventCountProvider extends java.lang.ObjectA strategy pattern object that returns the number of events to display for a specific time period.- Since:
- 3.2
-
-
Constructor Summary
Constructors Constructor Description EventCountProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetNumberOfEventsInDay(java.util.Date day)Returns the number of events to display on a specific day.
-