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 classBasicCalendarHeaderHandlerCustom implementation of a CalendarHeaderHandler in preparation of a vista-style calendar.classSpinningCalendarHeaderHandlerCustom CalendarHeaderHandler which supports year-wise navigation.Methods in org.jdesktop.swingx.plaf.basic that return CalendarHeaderHandler Modifier and Type Method Description protected CalendarHeaderHandlerBasicMonthViewUI. createCalendarHeaderHandler()Creates and returns a calendar header handler which provides and configures a component for use in a zoomable monthView.protected CalendarHeaderHandlerBasicMonthViewUI. getCalendarHeaderHandler()protected CalendarHeaderHandlerBasicMonthViewUI. 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 voidBasicMonthViewUI. setCalendarHeaderHandler(CalendarHeaderHandler calendarHeaderHandler)
-