Class MonthCalendarSelectedDay


  • public class MonthCalendarSelectedDay
    extends java.lang.Object
    Represents the currrently-selected day in the month calendar.
    Since:
    3.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.eclipse.swt.graphics.Point coordinates
      The coordinates (day, week) of the selected date in the current month where day is a number 0-6 representing [Sunday ..
      java.util.Date date
      The selected Date
    • Constructor Summary

      Constructors 
      Constructor Description
      MonthCalendarSelectedDay​(java.util.Date date, org.eclipse.swt.graphics.Point coordinates)
      Constructor MonthCalendarSelection.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • date

        public final java.util.Date date
        The selected Date
      • coordinates

        public final org.eclipse.swt.graphics.Point coordinates
        The coordinates (day, week) of the selected date in the current month where day is a number 0-6 representing [Sunday .. Saturday] and week is a 0-based offset representing the the week number of the selected date's week within the month.
    • Constructor Detail

      • MonthCalendarSelectedDay

        public MonthCalendarSelectedDay​(java.util.Date date,
                                        org.eclipse.swt.graphics.Point coordinates)
        Constructor MonthCalendarSelection. Construct a MonthCalendarSelection.
        Parameters:
        date - The selected date.
        coordinates - The coordinates of the selected date.