Uses of Class
org.jdesktop.swingx.plaf.basic.CalendarHeaderHandler
-
Packages that use CalendarHeaderHandler Package Description org.jdesktop.swingx.plaf.basic Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. -
-
Uses of CalendarHeaderHandler in org.jdesktop.swingx.plaf.basic
Subclasses of CalendarHeaderHandler in org.jdesktop.swingx.plaf.basic Modifier and Type Class Description class
BasicCalendarHeaderHandler
Custom implementation of a CalendarHeaderHandler in preparation of a vista-style calendar.class
SpinningCalendarHeaderHandler
Custom CalendarHeaderHandler which supports year-wise navigation.Methods in org.jdesktop.swingx.plaf.basic that return CalendarHeaderHandler Modifier and Type Method Description protected CalendarHeaderHandler
BasicMonthViewUI. createCalendarHeaderHandler()
Creates and returns a calendar header handler which provides and configures a component for use in a zoomable monthView.protected CalendarHeaderHandler
BasicMonthViewUI. getCalendarHeaderHandler()
protected CalendarHeaderHandler
BasicMonthViewUI. getHeaderFromUIManager()
Returns a CalendarHeaderHandler looked up in the UIManager.Methods in org.jdesktop.swingx.plaf.basic with parameters of type CalendarHeaderHandler Modifier and Type Method Description protected void
BasicMonthViewUI. setCalendarHeaderHandler(CalendarHeaderHandler calendarHeaderHandler)
-