Interface IMethodsForGraphicalCalendarComponents

All Known Implementing Classes:
JCalendarCDatePanel, JCalendarDateDialog, JCalendarDatePanel

public interface IMethodsForGraphicalCalendarComponents
This interface defines some methods for grafical components that use a JCalendar
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the date of the calendar
    Returns the date selected, formatted
    void
    setDate(Date date)
    Sets the date to the calendar
  • Method Details

    • getDate

      Date getDate()
      Gets the date of the calendar
      Returns:
      Date
    • setDate

      void setDate(Date date)
      Sets the date to the calendar
      Parameters:
      date -
    • getFormattedDate

      String getFormattedDate()
      Returns the date selected, formatted
      Returns:
      String The formatted date