JCalendar (JCalendar API) – Javadoc Extreme

Method Summary java.util.CalendargetCalendar()
          Returns the calendar property. java.util.DategetDate()
          Returns a Date object. JDayChoosergetDayChooser()
          Gets the dayChooser attribute of the JCalendar object java.awt.ColorgetDecorationBackgroundColor()
          Returns the color of the decoration (day names and weeks). java.util.LocalegetLocale()
          Returns the locale. intgetMaxDayCharacters()
          Gets the maximum number of characters of a day name or 0. java.util.DategetMaxSelectableDate()
          Gets the minimum selectable date. java.util.DategetMinSelectableDate()
          Gets the maximum selectable date. JMonthChoosergetMonthChooser()
          Gets the monthChooser attribute of the JCalendar object java.awt.ColorgetSundayForeground()
          Returns the Sunday foreground. java.awt.ColorgetWeekdayForeground()
          Returns the weekday foreground. JYearChoosergetYearChooser()
          Gets the yearChooser attribute of the JCalendar object booleanisDecorationBackgroundVisible()
          Gets the visibility of the decoration background. booleanisDecorationBordersVisible()
          Gets the visibility of the decoration border. booleanisEnabled()
          Returns true, if enabled. booleanisNullDateButtonVisible()
            booleanisTodayButtonVisible()
            booleanisWeekOfYearVisible()
          Indicates if the weeks of year are visible..static voidmain(java.lang.String[] s)
          Creates a JFrame with a JCalendar inside and can be used for testing. voidpropertyChange(java.beans.PropertyChangeEvent evt)
          JCalendar is a PropertyChangeListener, for its day, month and year chooser. voidsetBackground(java.awt.Color bg)
          Sets the background color. voidsetCalendar(java.util.Calendar c)
          Sets the calendar property. voidsetDate(java.util.Date date)
          Sets the date. voidsetDecorationBackgroundColor(java.awt.Color decorationBackgroundColor)
          Sets the background of days and weeks of year buttons. voidsetDecorationBackgroundVisible(boolean decorationBackgroundVisible)
          Sets the decoration background visible. voidsetDecorationBordersVisible(boolean decorationBordersVisible)
          Sets the decoration borders visible. voidsetEnabled(boolean enabled)
          Enable or disable the JCalendar. voidsetFont(java.awt.Font font)
          Sets the font property. voidsetForeground(java.awt.Color fg)
          Sets the foreground color. voidsetLocale(java.util.Locale l)
          Sets the locale property. voidsetMaxDayCharacters(int maxDayCharacters)
          Sets the maximum number of characters per day in the day bar. voidsetMaxSelectableDate(java.util.Date max)
          Sets the maximum selectable date. voidsetMinSelectableDate(java.util.Date min)
          Sets the minimum selectable date. voidsetNullDateButtonText(java.lang.String nullDateButtonText)
          Sets the Null Date button text. voidsetNullDateButtonVisible(boolean isNullDateButtonVisible)
          Sets the Null Date button visible. voidsetSelectableDateRange(java.util.Date min, java.util.Date max)
          Sets a valid date range for selectable dates. voidsetSundayForeground(java.awt.Color sundayForeground)
          Sets the Sunday foreground. voidsetTodayButtonText(java.lang.String todayButtonText)
          Sets the Today button text. voidsetTodayButtonVisible(boolean isTodayButtonVisible)
          Sets the Today button visible. voidsetWeekdayForeground(java.awt.Color weekdayForeground)
          Sets the weekday foreground. voidsetWeekOfYearVisible(boolean weekOfYearVisible)
          Sets the week of year visible.