Uses of Class
org.jdesktop.swingx.plaf.basic.CalendarHeaderHandler
Packages that use CalendarHeaderHandler
Package
Description
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.basicModifier and TypeClassDescriptionclass
Custom implementation of a CalendarHeaderHandler in preparation of a vista-style calendar.class
Custom CalendarHeaderHandler which supports year-wise navigation.Fields in org.jdesktop.swingx.plaf.basic declared as CalendarHeaderHandlerModifier and TypeFieldDescriptionprivate CalendarHeaderHandler
BasicMonthViewUI.calendarHeaderHandler
The CalendarHeaderHandler which provides the header component if zoomable.Methods in org.jdesktop.swingx.plaf.basic that return CalendarHeaderHandlerModifier and TypeMethodDescriptionprotected 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.private CalendarHeaderHandler
BasicMonthViewUI.instantiateClass
(Class<?> handlerClass) private CalendarHeaderHandler
BasicMonthViewUI.instantiateClass
(String handlerClassName) Methods in org.jdesktop.swingx.plaf.basic with parameters of type CalendarHeaderHandlerModifier and TypeMethodDescriptionprotected void
BasicMonthViewUI.setCalendarHeaderHandler
(CalendarHeaderHandler calendarHeaderHandler)