Class BasicCalendarHeaderHandler


  • public class BasicCalendarHeaderHandler
    extends CalendarHeaderHandler
    Custom implementation of a CalendarHeaderHandler in preparation of a vista-style calendar. Does nothing yet.
    Author:
    Jeanette Winzenburg
    • Constructor Detail

      • BasicCalendarHeaderHandler

        public BasicCalendarHeaderHandler()
    • Method Detail

      • installNavigationActions

        protected void installNavigationActions()
        Description copied from class: CalendarHeaderHandler
        Installs and configures navigational actions.

        This implementation creates and installs wrappers around the scrollToPrevious/-NextMonth actions installed by the ui and configures them with the appropriate next/previous icons.

        Overrides:
        installNavigationActions in class CalendarHeaderHandler
      • getHeaderComponent

        public org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.BasicCalendarHeader getHeaderComponent()
        Description copied from class: CalendarHeaderHandler
        Returns a component to be used as header in a zoomable month view, guaranteed to be not null.
        Overrides:
        getHeaderComponent in class CalendarHeaderHandler
        Returns:
        a component to be used as header in a zoomable JXMonthView
      • createCalendarHeader

        protected org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.BasicCalendarHeader createCalendarHeader()
        Description copied from class: CalendarHeaderHandler
        Creates and returns the component used as header in a zoomable monthView.
        Specified by:
        createCalendarHeader in class CalendarHeaderHandler
        Returns:
        the component used as header in a zoomable monthView, guaranteed to be not null.